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: aSAIahLEOnarDO482
- License: mit
- Language: HTML
- Default Branch: main
- Size: 294 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
Authors
Notice
Maintainers
Copyright
Agents
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: aSAIahLEOnarDO482
- Kind: user
- Repositories: 1
- Profile: https://github.com/aSAIahLEOnarDO482
GitHub Events
Total
- Push event: 1,271
- Create event: 2
Last Year
- Push event: 1,271
- Create event: 2
Dependencies
.github/workflows/github-actions-demo.yml
actions
- appleboy/ssh-action v0.1.10 composite
Cargo.toml
cargo
Dockerfile
docker
- python 3.8-slim-buster build
go.mod
go
- github.com/fatih/color v1.10.0
- github.com/guineveresaenger/golang-rainbow v0.0.0-20171201190047-7b6c54e09b61
- github.com/inancgumus/prettyslice v0.0.0-20190305220808-d802ba58098f
- github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
- github.com/mattn/go-runewidth v0.0.9
- golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
go.sum
go
- github.com/cjbassi/drawille-go v0.0.0-20190126131713-27dc511fe6fd
- github.com/gizak/termui/v3 v3.0.0
- github.com/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f
- github.com/gopherjs/gopherwasm v0.1.1
- github.com/hajimehoshi/go-mp3 v0.1.1
- github.com/hajimehoshi/oto v0.1.1
- github.com/jessevdk/go-flags v1.4.0
- github.com/kr/pty v1.1.4
- github.com/kr/pty v1.1.5
- github.com/lunixbochs/vtclean v1.0.0
- github.com/mattn/go-runewidth v0.0.2
- github.com/mattn/go-runewidth v0.0.4
- github.com/mbndr/figlet4go v0.0.0-20190224160619-d6cef5b186ea
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
- github.com/mitchellh/go-wordwrap v1.0.0
- github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
- golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
- gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
Project/BloomingSouls/build.gradle
maven
aliyun-nodejs/package.json
npm
- serverless-aliyun-function-compute ^1.0.0 development
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/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
build.gradle
maven
pom.xml
maven
- org.mapstruct:mapstruct-processor 1.4.2.Final provided
- com.alibaba:druid-spring-boot-starter 1.2.8
- com.alibaba:fastjson 1.2.83
- com.github.whvcse:easy-captcha 1.6.2
- com.github.xiaoymin:knife4j-spring-boot-starter 3.0.3
- javax.inject:javax.inject 1
- mysql:mysql-connector-java
- net.dreamlu:mica-ip2region 2.7.12
- org.apache.commons:commons-lang3
- org.apache.commons:commons-pool2 2.11.1
- org.apache.commons:commons-text 1.10.0
- org.apache.poi:poi 5.2.0
- org.apache.poi:poi-ooxml 5.2.0
- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1 1.16
- org.mapstruct:mapstruct 1.4.2.Final
- org.projectlombok:lombok
- org.springframework.boot:spring-boot-starter-cache
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-data-redis
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- xerces:xercesImpl 2.12.2
- org.springframework.boot:spring-boot-starter-test test
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