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: 9 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: HBUwlo4Q
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 332 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
Support
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: HBUwlo4Q
- Kind: user
- Repositories: 1
- Profile: https://github.com/HBUwlo4Q
GitHub Events
Total
- Push event: 1,430
- Create event: 1
Last Year
- Push event: 1,430
- Create event: 1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
requirements.txt
pypi
- certifi ==2024.7.4
- chardet ==5.2.0
- charset-normalizer ==3.3.2
- idna ==3.7
- numpy ==2.0.1
- pandas ==2.2.2
- python-dateutil ==2.9.0.post0
- pytz ==2024.1
- requests ==2.32.3
- six ==1.16.0
- tzdata ==2024.1
- urllib3 ==2.2.2