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
Basic Info
- Host: GitHub
- Owner: LRtHlTOl9
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 455 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
Contributing
Funding
License
Code of conduct
Citation
Codeowners
Security
Roadmap
Authors
Notice
Copyright
Dco
Cla
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: LRtHlTOl9
- Kind: user
- Repositories: 1
- Profile: https://github.com/LRtHlTOl9
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/google.yml/Nate158goole
actions
.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
.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
.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
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 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/build-evaluation.yml
actions
- actions/checkout v3 composite
- docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
- docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
- docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
Cargo.lock
cargo
- aho-corasick 1.1.2
- autocfg 1.1.0
- bit-set 0.5.3
- bit-vec 0.6.3
- bitflags 1.3.2
- cfg-if 1.0.0
- crossterm 0.26.1
- crossterm_winapi 0.9.1
- fancy-regex 0.13.0
- getrandom 0.2.12
- itoa 1.0.10
- libc 0.2.153
- lock_api 0.4.11
- log 0.4.20
- memchr 2.7.1
- mio 0.8.10
- parking_lot 0.12.1
- parking_lot_core 0.9.9
- ppv-lite86 0.2.17
- proc-macro2 1.0.78
- quote 1.0.35
- rand 0.8.5
- rand_chacha 0.3.1
- rand_core 0.6.4
- redox_syscall 0.4.1
- regex-automata 0.4.5
- regex-syntax 0.8.2
- ryu 1.0.16
- scopeguard 1.2.0
- serde 1.0.196
- serde_derive 1.0.196
- serde_json 1.0.113
- signal-hook 0.3.17
- signal-hook-mio 0.2.3
- signal-hook-registry 1.4.1
- smallvec 1.13.1
- syn 2.0.48
- unicode-ident 1.0.12
- wasi 0.11.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
- windows-sys 0.48.0
- windows-targets 0.48.5
- windows_aarch64_gnullvm 0.48.5
- windows_aarch64_msvc 0.48.5
- windows_i686_gnu 0.48.5
- windows_i686_msvc 0.48.5
- windows_x86_64_gnu 0.48.5
- windows_x86_64_gnullvm 0.48.5
- windows_x86_64_msvc 0.48.5
Cargo.toml
cargo
DESCRIPTION
cran
- R >= 3.4.1 depends
ApiGateway/Dockerfile
docker
- node latest build
Dockerfile
docker
- python 3.11.2-alpine build
Gopkg.lock
go
- github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
- github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
- github.com/fsnotify/fsnotify 629574ca2a5df945712d3079857300b5e4da0236
- github.com/hashicorp/hcl 392dba7d905ed5d04a5794ba89f558b27e2ba1ca
- github.com/haya14busa/goverage 80d9697d6427c5d0b9dea3e2ecce2e067e5df7cf
- github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
- github.com/jteeuwen/go-bindata a0ff2567cfb70903282db057e799fd826784d41d
- github.com/magiconair/properties be5ece7dd465ab0765a9682137865547526d1dfb
- github.com/mitchellh/go-homedir b8bc1bf767474819792c23f32d8286a45736f1c6
- github.com/mitchellh/mapstructure d0303fe809921458f417bcf828397a65db30a7e4
- github.com/pelletier/go-buffruneio c37440a7cf42ac63b919c752ca73a85067e05992
- github.com/pelletier/go-toml 5ccdfb18c776b740aecaf085c4d9a2779199c279
- github.com/pkg/errors 645ef00459ed84a119197bfb8d8205042c6df63d
- github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2
- github.com/spf13/afero 9be650865eab0c12963d8753212f4f9c66cdcf12
- github.com/spf13/cast acbeb36b902d72a7a4c18e8f3241075e7ab763e4
- github.com/spf13/cobra 34594c771f2c18301dc152640ad40ece28795373
- github.com/spf13/jwalterweatherman 0efa5202c04663c757d84f90f5219c1250baf94f
- github.com/spf13/pflag e57e3eeb33f795204c1ca35f56c44f83227c6e66
- github.com/spf13/viper 25b30aa063fc18e48662b86996252eabdcf2f0c7
- github.com/stretchr/testify eccae071a38f965151ef2aebec8784b60e2a6c7b
- github.com/wadey/gocovmerge b5bfa59ec0adc420475f97f89b58045c721d761c
- golang.org/x/sys 02a66801d979d706a4b445e24e03916eeaa2a404
- golang.org/x/text 836efe42bb4aa16aaa17b9c155d8813d336ed720
- golang.org/x/tools e4b401d06e5ee9f990011dc4f24cd24162131565
- gopkg.in/yaml.v2 25c4ec802a7d637f88d584ab26798e94ad14c13b
FSH.StarterKit.nuspec
nuget
Gemfile
rubygems
Gemfile.lock
rubygems
- activemodel 4.2.5.1
- activesupport 4.2.5.1
- backports 3.6.8
- bson 1.12.5
- bson_ext 1.12.5
- builder 3.2.2
- bundler 1.10.6
- coffee-script 2.4.1
- coffee-script-source 1.10.0
- daemons 1.2.3
- eco 1.0.0
- eco-source 1.1.0.rc.1
- erubis 2.7.0
- eventmachine 1.0.9.1
- execjs 2.6.0
- hike 1.2.3
- i18n 0.7.0
- json 1.8.3
- minitest 5.8.4
- mongo 1.12.5
- mongo_mapper 0.13.1
- multi_json 1.11.2
- plucky 0.6.6
- rack 1.6.4
- rack-protection 1.5.3
- rack-test 0.6.3
- sinatra 1.4.7
- sinatra-contrib 1.4.6
- sprockets 2.9.4
- sprockets-commonjs 0.0.6
- stylus 1.0.1
- stylus-source 0.49.3
- thin 1.6.4
- thread_safe 0.3.5
- tilt 1.4.1
- tzinfo 1.2.2
- uglifier 2.7.2
- useragent 0.16.3
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- ansible/ansible-lint-action master composite
Podfile
cocoapods
- JitsiMeetSDK >= 0
Project/BloomingSouls/build.gradle
maven
Pipfile
pypi
- mlflow *
- numpy *
- sklearn *