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: 04pZw1
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 298 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
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: 04pZw1
- Kind: user
- Repositories: 1
- Profile: https://github.com/04pZw1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/actions/action.yml
actions
- actions/cache v3.0.4 composite
- actions/setup-java v3 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/blank.yml
actions
- gege-circle/github-action master composite
.github/workflows/build-openwrt.yml
actions
- P3TERX/debugger-action master composite
- actions/checkout master composite
- actions/upload-artifact master composite
.github/workflows/azure-static-web-apps-white-cliff-0e42aad10.yml
actions
- Azure/static-web-apps-deploy v1 composite
- actions/checkout v3 composite
- actions/github-script v6 composite
.github/workflows/google.yml/Nate158goole
actions
bower.json
bower
- jquery >= 3.0
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
- hound 3.5 development
- async-trait 0.1
- bytes 1.4
- cfg-if 1.0
- chrono 0.4
- cidr-utils 0.5
- clap 4.2
- crossbeam-queue 0.3
- dasp 0.11
- default-net 0.14
- errno 0.3
- flutter_rust_bridge =1.80
- fon 0.6
- hex 0.4
- lazy_static 1.4
- libloading 0.8
- num_cpus 1.15
- repng 0.2
- rpassword 7.2
- rubato 0.12
- samplerate 0.2
- serde 1.0
- serde_derive 1.0
- serde_json 1.0
- serde_repr 0.1
- sha2 0.10
- shutdown_hooks 0.1
- totp-rs 5.4
- url 2.3
- uuid 1.3
- whoami 1.5.0
- wol-rs 1.0
- zip 0.6
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
Dockerfile
docker
- nvcr.io/nvidia/cuda 10.0-cudnn7-runtime-ubuntu18.04 build
ambassador_src/Dockerfile
docker
- scratch latest build
authentication/Dockerfile
docker
- payara/server-full 5.2022.5 build
client/Dockerfile
docker
- node 14-slim build
docker-compose.dev.yml
docker
docker-compose.yml
docker
- htcondor/cm 9.2-el7
- htcondor/execute 9.2-el7
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- github.com/go-chi/chi v1.5.5
- github.com/go-mail/mail/v2 v2.3.0
- github.com/golang-jwt/jwt/v5 v5.2.1
- github.com/lib/pq v1.10.9
- golang.org/x/crypto v0.32.0
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
- gopkg.in/mail.v2 v2.3.1
backend/build.gradle
maven
- org.hibernate.orm:hibernate-community-dialects 6.6.2.Final implementation
- org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 implementation
- org.springframework.boot:spring-boot-starter * implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-oauth2-resource-server * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.data:spring-data-jpa * implementation
- org.springframework:spring-jdbc 6.2.0 implementation
- org.xerial:sqlite-jdbc 3.47.0.0 implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.junit.platform:junit-platform-launcher * testRuntimeOnly
build.gradle
maven
build.gradle.kts
maven
code/Flink/flink-basis-java/pom.xml
maven
- org.apache.flink:flink-java 1.9.0 provided
- org.apache.flink:flink-streaming-java_2.11 1.9.0 provided
- org.projectlombok:lombok 1.18.10 provided
- log4j:log4j 1.2.17
- org.slf4j:slf4j-log4j12 1.7.7
eladmin-common/pom.xml
maven
- cn.hutool:hutool-all 5.8.35
pom.xml
maven
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-test test
prokit_flutter/android/build.gradle
maven
aliyun-nodejs/package.json
npm
- serverless-aliyun-function-compute ^1.0.0 development
backend/package.json
npm
- bcrypt ^5.1.0
- body-parser ^1.20.2
- cors ^2.8.5
- dotenv ^16.0.3
- express ^4.18.2
- mongoose ^7.0.4
- nodemon ^2.0.22
base-blog-em/package-lock.json
npm
- 323 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
package-lock.json
npm
- accepts 1.3.7
- ansi-styles 3.2.1
- array-flatten 1.1.1
- async 0.9.2
- balanced-match 1.0.0
- body-parser 1.19.0
- brace-expansion 1.1.11
- bytes 3.1.0
- chalk 2.4.2
- color-convert 1.9.3
- color-name 1.1.3
- concat-map 0.0.1
- content-disposition 0.5.3
- content-type 1.0.4
- cookie 0.4.0
- cookie-signature 1.0.6
- debug 2.6.9
- depd 1.1.2
- destroy 1.0.4
- ee-first 1.1.1
- ejs 3.1.5
- encodeurl 1.0.2
- escape-html 1.0.3
- escape-string-regexp 1.0.5
- etag 1.8.1
- express 4.17.1
- filelist 1.0.1
- finalhandler 1.1.2
- forwarded 0.1.2
- fresh 0.5.2
- has-flag 3.0.0
- http-errors 1.7.2
- iconv-lite 0.4.24
- inherits 2.0.3
- ipaddr.js 1.9.1
- jake 10.8.2
- media-typer 0.3.0
- merge-descriptors 1.0.1
- methods 1.1.2
- mime 1.6.0
- mime-db 1.44.0
- mime-types 2.1.27
- minimatch 3.0.4
- ms 2.0.0
- ms 2.1.1
- negotiator 0.6.2
- on-finished 2.3.0
- parseurl 1.3.3
- path-to-regexp 0.1.7
- proxy-addr 2.0.6
- qs 6.7.0
- range-parser 1.2.1
- raw-body 2.4.0
- safe-buffer 5.1.2
- safe-buffer 5.1.1
- safer-buffer 2.1.2
- send 0.17.1
- serve-favicon 2.5.0
- serve-static 1.14.1
- setprototypeof 1.1.1
- statuses 1.5.0
- supports-color 5.5.0
- toidentifier 1.0.0
- type-is 1.6.18
- unpipe 1.0.0
- utils-merge 1.0.1
- vary 1.1.2
package.json
npm
- @testing-library/jest-dom ^5.16.1 development
- @testing-library/react ^12.1.2 development
- @testing-library/user-event ^13.5.0 development
- @emailjs/browser ^3.6.2
- framer-motion ^5.5.6
- nvm 0.0.4
- phosphor-react ^1.4.0
- react ^17.0.2
- react-dom ^17.0.2
- react-lazy-load-image-component ^1.5.4
- react-lottie ^1.2.3
- react-multi-carousel ^2.6.5
- react-router-dom ^6.2.1
- react-router-hash-link ^2.4.3
- react-scripts 5.0.0
- styled-components 5.2.1
- swiper ^8.3.2
- web-vitals ^2.1.3
FSH.StarterKit.nuspec
nuget
composer.json
packagist
- php >=5.4
- symfony/http-foundation ~2.7
cloud_intelligence/pubspec.lock
pub
- async 2.2.0
- boolean_selector 1.0.4
- camera 0.4.3+2
- charcode 1.1.2
- chewie 0.9.7
- cloud_firestore 0.9.13+1
- collection 1.14.11
- convert 2.1.1
- crypto 2.0.6
- cupertino_icons 0.1.2
- firebase_core 0.3.4
- firebase_storage 2.1.1+2
- flutter 0.0.0
- flutter_test 0.0.0
- http 0.12.0+2
- http_parser 3.1.3
- image_picker 0.6.0+2
- matcher 0.12.5
- meta 1.1.6
- open_iconic_flutter 0.3.0
- path 1.6.2
- path_provider 0.5.0+1
- pedantic 1.5.0
- quiver 2.0.3
- screen 0.0.5
- sky_engine 0.0.99
- source_span 1.5.5
- stack_trace 1.9.3
- stream_channel 2.0.0
- string_scanner 1.0.4
- term_glyph 1.1.0
- test_api 0.2.5
- typed_data 1.1.6
- uuid 2.0.1
- vector_math 2.0.8
- video_player 0.10.0+8
pubspec.lock
pub
- _fe_analyzer_shared 12.0.0
- analyzer 0.40.6
- archive 2.0.13
- args 1.6.0
- async 2.5.0-nullsafety.3
- boolean_selector 2.1.0-nullsafety.3
- characters 1.1.0-nullsafety.5
- charcode 1.2.0-nullsafety.3
- cli_util 0.2.0
- clock 1.1.0-nullsafety.3
- collection 1.15.0-nullsafety.5
- convert 2.1.1
- coverage 0.14.2
- crypto 2.1.5
- cupertino_icons 1.0.2
- fake_async 1.2.0-nullsafety.3
- file 6.0.0-nullsafety.4
- flutter 0.0.0
- flutter_driver 0.0.0
- flutter_staggered_grid_view 0.3.3
- flutter_svg 0.18.1
- flutter_test 0.0.0
- fuchsia_remote_debug_protocol 0.0.0
- glob 1.2.0
- http 0.12.2
- http_parser 3.1.4
- integration_test 0.9.2+2
- io 0.3.4
- js 0.6.3-nullsafety.3
- json_rpc_2 2.2.2
- logging 0.11.4
- matcher 0.12.10-nullsafety.3
- meta 1.3.0-nullsafety.6
- node_interop 1.2.1
- node_io 1.1.1
- package_config 1.9.3
- path 1.8.0-nullsafety.3
- path_drawing 0.4.1+1
- path_parsing 0.1.4
- pedantic 1.10.0-nullsafety.3
- petitparser 3.1.0
- platform 3.0.0-nullsafety.4
- pool 1.5.0-nullsafety.3
- process 4.0.0-nullsafety.4
- pub_semver 1.4.4
- sky_engine 0.0.99
- source_map_stack_trace 2.1.0-nullsafety.4
- source_maps 0.10.10-nullsafety.3
- source_span 1.8.0-nullsafety.4
- stack_trace 1.10.0-nullsafety.6
- stream_channel 2.1.0-nullsafety.3
- string_scanner 1.1.0-nullsafety.3
- sync_http 0.2.0
- term_glyph 1.2.0-nullsafety.3
- test_api 0.2.19-nullsafety.6
- test_core 0.3.12-nullsafety.9
- typed_data 1.3.0-nullsafety.5
- vector_math 2.1.0-nullsafety.5
- vm_service 5.5.0
- watcher 0.9.7+15
- web_socket_channel 1.1.0
- webdriver 2.1.2
- websafe_svg 1.1.4+1
- xml 4.5.1
- yaml 2.2.1
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
Pipfile
pypi
api/requirements.txt
pypi
- Django *
- matplotlib *
- nltk *
- numpy *
- pandas *
- psycopg2-binary *
- sklearn *
requirement.txt
pypi
- 1.neo4j-community-3.5.20 *
- 2.pyhanlp0.1.66 *
- 3.django2.2.16 *
- 4.py2neo2020.0.0 *
- 5.apoc3.5.0.13-all *
- 6.pytorch1.5 *
- 7.torchtext0.6.0 *
requirements.txt
pypi
- certifi ==2024.7.4
- chardet ==5.2.0
- charset-normalizer ==3.3.2
- idna ==3.7
- numpy ==2.0.1
- pandas *
- python-dateutil ==2.9.0.post0
- pytz ==2024.1
- requests ==2.32.3
- six ==1.16.0
- tzdata ==2024.1
- urllib3 ==2.2.2
setup.py
pypi
- matplotlib *
- multipledispatch *
- numpy *
- pandas *
Gemfile
rubygems
- fastlane >= 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
kubeutil/go.mod
go
- github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
- gopkg.in/yaml.v2 v2.4.0
.github/workflows/3_build-arm-32-v7.yml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
environment.yml
conda
- joblib
- matplotlib
- numpy
- pandas
- scikit-learn
- seaborn
- tpot
- tqdm
- watermark