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
Last synced: 10 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: 0ExDVV5A
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 374 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Notice
Copyright
Agents
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: 0ExDVV5A
- Kind: user
- Repositories: 1
- Profile: https://github.com/0ExDVV5A
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
1.x/spring-boot-actuator/pom.xml
maven
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-test test
.github/workflows/main.yml
actions
- actions/checkout v1 composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
bower.json
bower
Cargo.lock
cargo
- 157 dependencies
Podfile
cocoapods
- JitsiMeetSDK >= 0
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
Dockerfile
docker
- golang 1.14.15-buster build
Project_1/Dockerfile
docker
- golang 1.21 build
- scratch latest build
anoneko-adopt-api/Dockerfile
docker
- golang 1.21-rc-alpine3.17 build
api/Dockerfile
docker
- python latest build
Gopkg.lock
go
- 126 dependencies
build.gradle
maven
build.gradle.kts
maven
backend/package-lock.json
npm
- 207 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
FSH.StarterKit.nuspec
nuget
Backend/requirements.txt
pypi
- Django *
- Pillow *
- django-cors-headers *
- folium ==0.2.1
- ipython *
- matplotlib *
- numpy *
- opencv-python *
- pandas *
- pdflatex *
- pylatex *
- scikit-image *
- tensorflow *
Pipfile
pypi
- mlflow *
- numpy *
- sklearn *
Gemfile
rubygems
- bson_ext >= 0
- coffee-script >= 0
- eco >= 0
- erubis >= 0
- mongo_mapper >= 0
- sinatra >= 0
- sinatra-contrib >= 0
- sprockets >= 0
- sprockets-commonjs >= 0
- stylus >= 0
- thin >= 0
- uglifier >= 0
- useragent >= 0
Gemfile.lock
rubygems
- asciidoctor 2.0.11
- asciidoctor-multipage 0.0.12
- bundler 2.2.5
- concurrent-ruby 1.1.7
- tilt 2.0.10
.github/workflows/dockerimage.yml
actions
- actions/checkout master composite
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
.github/workflows/google.yml/Nate158goole
actions
ROS/Dockerfile
docker
- jupyter/minimal-notebook latest build