xpzslerly

nothing to do

https://github.com/7rpgboykj/xpzslerly

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary

Scientific Fields

Artificial Intelligence and Machine Learning Computer Science - 90% confidence
Computer Science Computer Science - 88% confidence
Last synced: 4 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: 7RPGbOykJ
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 217 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Governance Roadmap Authors

README

To actually get this beast to run on your computer, you'll probably have to 
edit some of the matlab files in the config/ subdirectory.
(1) config/datapath.m should return the path where you have your videos stored.
    The path should point to a directory which includes a subdirectory for each video.
    E.g. $(datapath)/tiger2/.
    Each subdirectory should contain files with ground truth labelings and images similar
    to what MIL-Track uses. 
    As an example, see my track-data.zip file. 
(2) cluster_ctl is called like so cluster_ctl('on',...) or cluster_ctl('off',...)
    to enable or disable the matlab pool. I have three pools, with different characteristics,
    available to me so this function, heuristically, selects the best one. Depending on what 
    type of MATLAB pools you have, you'll need to rewrite this function. The simplest option
    would be to call "matlabpool open" when called with "on" and "matlabpool close" when 
    called with "off". 
(3) You should be able to compile by simplying calling "compile.m". I've tested this on Linux
    and it should work on other OSs... I welcome patches. 
(4) config/cfg.m : lets you stitch many of the parameters of the tracker. Of particular
    interest will be the option 'tmp_dir'. You'll want to point this to an empty directory
    which is writable. It is used for caching results. 

Then, you "should" be able to run it with a command similar to the following:
      addpath(genpath('.')); matlab_init('coke11'); track = track_online('coke11');

Alternatively, you might just use track_tbd('coke11'); which doesn't do any learning (after
  the first frame) or use a motion model. It is much faster and still performs quite well. 

Owner

  • Login: 7RPGbOykJ
  • Kind: user

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/lint_python.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
.github/workflows/node.js.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/jekyll-gh-pages.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v2 composite
  • actions/deploy-pages v1 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v1 composite
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite
  • rhysd/action-setup-vim v1 composite
.github/workflows/main.yml actions
  • actions/checkout v1 composite
Cargo.lock cargo
  • 216 dependencies
Cargo.toml cargo
Brewfile homebrew
  • apr *
  • autoconf *
  • automake *
  • cmake *
  • golang *
  • libtool *
  • ninja *
  • openssl *
  • perl *
  • rust *
Dockerfile docker
  • python 3.12.6-alpine3.20 build
FSH.StarterKit.nuspec nuget
bower.json bower
  • d3 ~3.5.6
  • d3-geo-projection ~0.2.15
  • dat-gui ~0.5.1
  • font-awesome ~4.5.0
  • jquery ~2.1.4
  • lodash ~3.10.1
  • reveal.js ~3.2.0
  • stats.js *
  • topojson ~1.6.19
compile-build-date/Cargo.lock cargo
  • autocfg 1.0.1
  • chrono 0.4.19
  • itoa 0.4.7
  • libc 0.2.98
  • num-integer 0.1.44
  • num-traits 0.2.14
  • ryu 1.0.5
  • serde 1.0.127
  • serde_json 1.0.66
  • time 0.1.44
  • wasi 0.10.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-x86_64-pc-windows-gnu 0.4.0
compile-build-date/Cargo.toml cargo
Podfile cocoapods
  • StreamChat ~> 2.2
  • VoxeetUXKit ~> 1.3
Podfile.lock cocoapods
  • JitsiMeetSDK 2.11.0
.devcontainer/Dockerfile docker
  • cardano_cli latest build
  • cargo latest build
  • deno latest build
  • haskell latest build
  • kuber latest build
  • nodejs latest build
  • plutus latest build
  • system_deps latest build
  • ubuntu ${UBUNTU_VERSION} build
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
anoneko-adopt-api/Dockerfile docker
  • golang 1.21-rc-alpine3.17 build
docker-compose.yml docker
hunter2-lessons/http-header-injection/code/Dockerfile docker
  • python 3.7 build
go.mod go
  • golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12
go.sum go
  • golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12
build.gradle maven
build.gradle.kts maven
demo/pom.xml maven
challenges/typescript/package-lock.json npm
  • 119 dependencies
client/package-lock.json npm
  • 1773 dependencies
client/package.json npm
  • @testing-library/jest-dom ^5.11.4
  • @testing-library/react ^11.1.0
  • @testing-library/user-event ^12.1.10
  • react ^17.0.2
  • react-dom ^17.0.2
  • react-scripts 4.0.3
  • socket.io-client ^4.1.2
  • web-vitals ^1.0.1
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
Gemfile rubygems
  • fastlane >= 0
Gemfile.lock rubygems
  • activesupport 6.0.3.2
  • addressable 2.7.0
  • bundler 2.1.4
  • coffee-script 2.4.1
  • coffee-script-source 1.11.1
  • colorator 1.1.0
  • commonmarker 0.17.13
  • concurrent-ruby 1.1.6
  • dnsruby 1.61.3
  • em-websocket 0.5.1
  • ethon 0.12.0
  • eventmachine 1.2.7
  • execjs 2.7.0
  • faraday 1.0.1
  • ffi 1.13.1
  • forwardable-extended 2.6.0
  • gemoji 3.0.1
  • github-pages 206
  • github-pages-health-check 1.16.1
  • html-pipeline 2.13.0
  • http_parser.rb 0.6.0
  • i18n 0.9.5
  • jekyll 3.8.7
  • jekyll-avatar 0.7.0
  • jekyll-coffeescript 1.1.1
  • jekyll-commonmark 1.3.1
  • jekyll-commonmark-ghpages 0.1.6
  • jekyll-default-layout 0.1.4
  • jekyll-feed 0.13.0
  • jekyll-gist 1.5.0
  • jekyll-github-metadata 2.13.0
  • jekyll-mentions 1.5.1
  • jekyll-optional-front-matter 0.3.2
  • jekyll-paginate 1.1.0
  • jekyll-readme-index 0.3.0
  • jekyll-redirect-from 0.15.0
  • jekyll-relative-links 0.6.1
  • jekyll-remote-theme 0.4.1
  • jekyll-sass-converter 1.5.2
  • jekyll-seo-tag 2.6.1
  • jekyll-sitemap 1.4.0
  • jekyll-swiss 1.0.0
  • jekyll-theme-architect 0.1.1
  • jekyll-theme-cayman 0.1.1
  • jekyll-theme-dinky 0.1.1
  • jekyll-theme-hacker 0.1.1
  • jekyll-theme-leap-day 0.1.1
  • jekyll-theme-merlot 0.1.1
  • jekyll-theme-midnight 0.1.1
  • jekyll-theme-minimal 0.1.1
  • jekyll-theme-modernist 0.1.1
  • jekyll-theme-primer 0.5.4
  • jekyll-theme-slate 0.1.1
  • jekyll-theme-tactile 0.1.1
  • jekyll-theme-time-machine 0.1.1
  • jekyll-titles-from-headings 0.5.3
  • jekyll-watch 2.2.1
  • jemoji 0.11.1
  • kramdown 1.17.0
  • liquid 4.0.3
  • listen 3.2.1
  • mercenary 0.3.6
  • mini_portile2 2.4.0
  • minima 2.5.1
  • minitest 5.14.1
  • multipart-post 2.1.1
  • nokogiri 1.10.10
  • octokit 4.18.0
  • pathutil 0.16.2
  • public_suffix 3.1.1
  • rb-fsevent 0.10.4
  • rb-inotify 0.10.1
  • rouge 3.19.0
  • ruby-enum 0.8.0
  • rubyzip 2.3.0
  • safe_yaml 1.0.5
  • sass 3.7.4
  • sass-listen 4.0.0
  • sawyer 0.8.2
  • terminal-table 1.8.0
  • thread_safe 0.3.6
  • typhoeus 1.4.0
  • tzinfo 1.2.7
  • unicode-display_width 1.7.0
  • zeitwerk 2.3.1
Package.swift swiftpm
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
code/Flink/flink-basis-java/pom.xml maven
  • org.apache.flink:flink-java 1.9.0 provided
  • org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
  • org.projectlombok:lombok 1.18.10 provided
  • log4j:log4j 1.2.17
  • org.slf4j:slf4j-log4j12 1.7.7
pom.xml maven
webporter-collector-zhihu/pom.xml maven
  • com.github.brianway:webporter-core ${project.version}
  • com.github.brianway:webporter-data-elasticsearch ${project.version}
  • junit:junit
  • us.codecraft:webmagic-core
  • us.codecraft:webmagic-extension
package-lock.json npm
  • 191 dependencies
package.json npm
  • katex ^0.16.11 development
  • vuepress 2.0.0-rc.0 development
  • vuepress-plugin-comment2 2.0.0-rc.4 development
  • vuepress-plugin-md-enhance 2.0.0-rc.4 development
  • vuepress-plugin-reading-time2 2.0.0-rc.4 development
  • vue-github-button 3.1.0
pnpm-lock.yaml npm
  • aix-ppc64@0.25.2
  • android-arm64@0.25.2
  • android-arm@0.25.2
  • android-x64@0.25.2
  • darwin-arm64@0.25.2
  • darwin-x64@0.25.2
  • freebsd-arm64@0.25.2
  • freebsd-x64@0.25.2
  • linux-arm64@0.25.2
  • linux-arm@0.25.2
  • linux-ia32@0.25.2
  • linux-loong64@0.25.2
  • linux-mips64el@0.25.2
  • linux-ppc64@0.25.2
  • linux-riscv64@0.25.2
  • linux-s390x@0.25.2
  • linux-x64@0.25.2
  • netbsd-arm64@0.25.2
  • netbsd-x64@0.25.2
  • node@22.13.14
  • openbsd-arm64@0.25.2
  • openbsd-x64@0.25.2
  • sunos-x64@0.25.2
  • win32-arm64@0.25.2
  • win32-ia32@0.25.2
  • win32-x64@0.25.2
composer.json packagist
  • php >=5.4
  • symfony/http-foundation ~2.7
pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk" => "flutter"}
poetry.lock pypi
  • 119 dependencies
project/Sprint4/requirements-dev.txt pypi
  • pytest ==6.2.5 development
pyproject.toml pypi
  • bcrypt >=4.0.1,<4.1.0
  • boto3 >=1.34.7,<1.35.0
  • bson >=0.5.10,<0.6.0
  • celery >=5.3.6,<5.4.0
  • elasticsearch >=8.11.1,<8.12.0
  • fastapi >=0.110.0,<0.111.0
  • ffmpeg-python >=0.2.0,<0.3.0
  • httpx >=0.25.2,<0.26.0
  • kafka-python >=2.0.2,<2.1.0
  • langchain >=0.1.1,<0.2.0
  • langchain-community >=0.0.12,<0.1.0
  • langchain-core >=0.1.3,<0.2.0
  • langchain-openai >=0.0.5,<0.1.0
  • minio >=7.2.0,<7.3.0
  • motor >=3.3.2,<3.4.0
  • openai >=1.10.0,<1.11.0
  • opencv-python >=4.8.1.78,<4.9.0
  • passlib >=1.7.4,<1.8.0
  • pillow >=10.1.0,<10.2.0
  • prisma >=0.10.0,<0.11.0
  • psycopg2-binary >=2.9.9,<2.10.0
  • pydantic >=1.10.13,<2.0.0
  • pymongo >=4.6.1,<4.7.0
  • python-dotenv >=1.0.0,<1.1.0
  • python-jose >=3.3.0,<3.4.0
  • python-multipart >=0.0.7,<0.1.0
  • redis >=5.0.1,<5.1.0
  • requests >=2.31.0,<2.32.0
  • sqlalchemy >=2.0.27,<2.1.0
  • starlette >=0.36.3,<0.37.0
  • tenacity >=8.2.3,<8.3.0
  • tensorflow >=2.15.0,<2.16.0
  • torch >=2.1.2,<2.2.0
  • transformers >=4.35.2,<4.36.0
  • uvicorn >=0.27.1,<0.28.0
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas *
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
setup.py pypi
.github/workflows/api-dev-workflow.yaml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
  • docker/metadata-action v5 composite
  • docker/setup-buildx-action v2 composite
  • mikefarah/yq v4.12.2 composite
  • peter-evans/create-pull-request v3 composite
environment.yml conda
  • joblib
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • seaborn
  • tpot
  • tqdm
  • watermark
backend/package-lock.json npm
  • 166 dependencies
.github/workflows/build-macos.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • softprops/action-gh-release v2 composite
.github/workflows/codesee-arch-diagram.yml actions
  • Codesee-io/codesee-detect-languages-action latest composite
  • Codesee-io/codesee-map-action latest composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v2 composite
  • actions/setup-java v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v2 composite
  • ruby/setup-ruby v1 composite
.github/workflows/customer_service.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/issue.yml actions
  • actions/stale v3 composite
.github/workflows/link_check.yml actions
  • actions/checkout master composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
action.yml actions
  • Dockerfile.action * docker