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: 6 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: jjM60SOB
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 323 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed 6 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Notice
Maintainers
Copyright
Dco
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: jjM60SOB
- Kind: user
- Repositories: 1
- Profile: https://github.com/jjM60SOB
GitHub Events
Total
- Push event: 1,538
- Create event: 2
Last Year
- Push event: 1,538
- Create event: 2
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
.github/workflows/frontend-docker.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
Cargo.lock
cargo
- 483 dependencies
Dockerfile
docker
- gcr.io/distroless/static nonroot build
- golang 1.13.0-buster build
pom.xml
maven
- cn.hutool:hutool-all 5.8.9
- javax.xml.bind:jaxb-api 2.3.1
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-configuration-processor
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-aop
- org.springframework.boot:spring-boot-starter-test test
package.json
npm
- @types/node 22.7.6 development
- @types/react 18.3.11 development
- eslint ^8 development
- eslint-config-next 14.2.15 development
- postcss ^8 development
- tailwindcss ^3.4.1 development
- next 14.2.15
- react ^18
- react-dom ^18
- react-icons ^5.3.0
setup.py
pypi
- jinja2 *
- markdown *
- watchdog *
.github/workflows/build-and-test.yaml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
.github/workflows/ci.yml
actions
- actions/cache v2.1.6 composite
- actions/checkout v2 composite
- actions/setup-java v2 composite
- actions/upload-artifact v3 composite
client/package.json
npm
- @artsy/fresnel ^1.3.1
- @emotion/react ^11.1.5
- @emotion/styled ^11.1.5
- @progress/kendo-licensing ^1.1.4
- @progress/kendo-react-dropdowns ^4.5.0
- @progress/kendo-react-intl ^4.5.0
- @reduxjs/toolkit ^1.5.0
- @testing-library/jest-dom ^5.11.4
- @testing-library/react ^11.1.0
- @testing-library/user-event ^12.1.10
- @wmik/use-media-recorder ^1.1.0-beta.1
- axios ^0.21.1
- devextreme ^20.2.6
- devextreme-react ^20.2.6
- dotenv ^8.2.0
- file-type ^16.3.0
- formik ^2.2.6
- framer-motion ^4.0.0
- hologram-image-upload ^2.7.6
- js-cookie ^2.2.1
- jsonwebtoken ^8.5.1
- moment ^2.29.1
- qier-player ^1.3.1
- react ^17.0.1
- react-awesome-lightbox ^1.8.0
- react-dom ^17.0.1
- react-dropzone ^11.3.2
- react-dropzone-uploader ^2.11.0
- react-facebook-login ^4.1.1
- react-file-previewer ^0.6.3
- react-file-viewer ^1.2.1
- react-google-login ^5.2.2
- react-input-emoji ^3.1.0
- react-input-tags ^3.0.3
- react-media-recorder ^1.4.0
- react-mentions ^4.1.1
- react-multi-select-component ^4.0.1
- react-player ^2.9.0
- react-redux ^7.2.2
- react-router-dom ^5.2.0
- react-scripts 4.0.3
- react-select ^4.3.0
- react-semantic-ui-datepickers ^2.13.0
- react-tag-input ^6.5.2
- react-tagsinput ^3.19.0
- react-textarea-autosize ^8.3.2
- react-time-ago ^6.2.2
- react-toastify ^7.0.3
- semantic-ui-css ^2.4.1
- semantic-ui-react ^2.0.3
- simple-peer ^9.7.2
- socket.io-client ^2.3.0
- styled-components ^5.1.1
- video-react ^0.14.1
- web-vitals ^1.0.1
- yarn ^1.22.10
- yup ^0.32.9
requirement.txt
pypi
- Pillow ==8.4.0
- boto3 ==1.20.26
- botocore ==1.23.54
- jmespath ==0.10.0
- numpy ==1.21.6
- pycryptodome ==3.4.3
- python-dateutil ==2.8.2
- s3transfer ==0.5.2
- setuptools ==47.1.0
- six ==1.16.0
- urllib3 ==1.26.12
Gemfile
rubygems
- fuubar >= 0 development
- heroku >= 0 development
- infinity_test >= 0 development
- mocha >= 0 development
- rspec >= 0 development
- rush >= 0 development
- timecop >= 0 development