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
Scientific Fields
Artificial Intelligence and Machine Learning
Computer Science -
83% confidence
Last synced: 4 months ago
·
JSON representation
Repository
nothing to do
Basic Info
- Host: GitHub
- Owner: tn5bl5eJhn
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 250 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 1 year ago
· Last pushed 5 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: tn5bl5eJhn
- Kind: user
- Repositories: 1
- Profile: https://github.com/tn5bl5eJhn
GitHub Events
Total
- Push event: 1,405
- Create event: 2
Last Year
- Push event: 1,405
- Create event: 2
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
Dockerfile
docker
- nvcr.io/nvidia/pytorch 23.05-py3 build
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
Podfile.lock
cocoapods
- JitsiMeetSDK 2.11.0
FSH.StarterKit.nuspec
nuget
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
- ringbuf 0.3
- 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
Backend/spring_boot_online_compiler/Dockerfile
docker
- openjdk 8-jre-alpine build
Gemfile
rubygems
- highline >= 1.5.1 development
Project_1/Dockerfile
docker
- golang 1.21 build
- scratch latest build
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
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
Pipfile
pypi
- this-package * develop
- this-package *
docker-compose.yml
docker
- compiler-backend latest
- compiler-frontend latest
- mysql latest
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- github.com/BurntSushi/toml v1.0.0
- github.com/inconshreveable/mousetrap v1.0.0
- github.com/otiai10/copy v1.7.0
- github.com/otiai10/mint v1.3.3
- github.com/pkg/errors v0.9.1
- github.com/sclevine/spec v1.4.0
- github.com/spf13/cobra v1.4.0
- github.com/spf13/pflag v1.0.5
go.sum
go
- 1262 dependencies
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
pom.xml
maven
- org.apache.logging.log4j:log4j-api 2.17.1
- org.apache.logging.log4j:log4j-core 2.17.1
- org.apache.logging.log4j:log4j-slf4j-impl 2.17.1
- org.slf4j:slf4j-api 1.7.30
- com.google.guava:guava-testlib 31.0.1-jre test
- com.thoughtworks.xstream:xstream 1.4.20 test
- junit:junit 4.13.1 test
- org.hamcrest:hamcrest 2.2 test
- org.mockito:mockito-core 3.4.4 test
- org.powermock:powermock-api-mockito2 2.0.7 test
- org.powermock:powermock-classloading-xstream 2.0.7 test
- org.powermock:powermock-core 2.0.7 test
- org.powermock:powermock-module-junit4 2.0.7 test
- org.powermock:powermock-module-junit4-rule 2.0.7 test
- org.powermock:powermock-reflect 2.0.7 test
backend/package-lock.json
npm
- 207 dependencies
package-lock.json
npm
- 1550 dependencies
package.json
npm
- @google-cloud/text-to-speech ^3.1.3
- axios ^0.21.1
pubspec.lock
pub
- archive 2.0.5
- args 1.5.1
- async 2.0.8
- boolean_selector 1.0.4
- charcode 1.1.2
- cloud_firestore 0.8.2+3
- collection 1.14.11
- convert 2.1.1
- crypto 2.0.6
- dart_config 0.5.0
- firebase_auth 0.6.6
- firebase_core 0.2.5+1
- flutter 0.0.0
- flutter_launcher_icons 0.7.0
- flutter_test 0.0.0
- font_awesome_flutter 8.2.0
- google_sign_in 3.2.4
- image 2.0.5
- matcher 0.12.3+1
- meta 1.1.6
- path 1.6.2
- petitparser 2.1.0
- quiver 2.0.1
- sky_engine 0.0.99
- source_span 1.4.1
- stack_trace 1.9.3
- stream_channel 1.6.8
- string_scanner 1.0.4
- term_glyph 1.0.1
- test_api 0.2.1
- typed_data 1.1.6
- vector_math 2.0.8
- xml 3.2.5
- yaml 2.1.15
pubspec.yaml
pub
- flutter_test {"sdk" => "flutter"} development
- cupertino_icons ^0.1.2
- flutter {"sdk" => "flutter"}
pyproject.toml
pypi
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
- jinja2 *
- markdown *
- watchdog *
ROS/Dockerfile
docker
- jupyter/minimal-notebook latest build
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
android/build.gradle
maven
Package.swift
swiftpm
compile-build-date/Cargo.lock
cargo
- autocfg 1.0.1
- chrono 0.4.19
- itoa 0.4.7
- libc 0.2.98
- num-integer 0.1.44
- num-traits 0.2.14
- ryu 1.0.5
- serde 1.0.127
- serde_json 1.0.66
- time 0.1.44
- wasi 0.10.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
client/package-lock.json
npm
- 1773 dependencies
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
environment.yml
conda
- joblib
- matplotlib
- numpy
- pandas
- scikit-learn
- seaborn
- tpot
- tqdm
- watermark
Gemfile.lock
rubygems
- actioncable 5.2.6
- actionmailer 5.2.6
- actionpack 5.2.6
- actionview 5.2.6
- activejob 5.2.6
- activemodel 5.2.6
- activerecord 5.2.6
- activestorage 5.2.6
- activesupport 5.2.6
- addressable 2.8.0
- archive-zip 0.12.0
- arel 9.0.0
- bcrypt 3.1.16
- bindex 0.8.1
- bootsnap 1.8.1
- builder 3.2.4
- bundler 2.2.27
- byebug 11.1.3
- capybara 3.35.3
- childprocess 3.0.0
- chromedriver-helper 2.1.1
- chronic 0.10.2
- coffee-rails 4.2.2
- coffee-script 2.4.1
- coffee-script-source 1.12.2
- concurrent-ruby 1.1.9
- crass 1.0.6
- devise 4.8.0
- erubi 1.10.0
- execjs 2.8.1
- ffi 1.15.4
- globalid 0.5.2
- httparty 0.18.1
- i18n 1.8.10
- io-like 0.3.1
- jbuilder 2.11.2
- jquery-rails 4.4.0
- listen 3.1.5
- loofah 2.12.0
- mail 2.7.1
- marcel 1.0.1
- method_source 1.0.0
- mime-types 3.3.1
- mime-types-data 3.2021.0901
- mini_mime 1.1.1
- minitest 5.14.4
- msgpack 1.4.2
- multi_xml 0.6.0
- nio4r 2.5.8
- nokogiri 1.12.4
- orm_adapter 0.5.0
- public_suffix 4.0.6
- puma 3.12.6
- racc 1.5.2
- rack 2.2.3
- rack-test 1.1.0
- rails 5.2.6
- rails-dom-testing 2.0.3
- rails-html-sanitizer 1.4.2
- rails_12factor 0.0.3
- rails_serve_static_assets 0.0.5
- rails_stdout_logging 0.0.5
- railties 5.2.6
- rake 13.0.6
- razorpay 2.4.1
- rb-fsevent 0.11.0
- rb-inotify 0.10.1
- regexp_parser 2.1.1
- responders 3.0.1
- ruby_dep 1.5.0
- rubyzip 2.3.2
- sass 3.7.4
- sass-listen 4.0.0
- sass-rails 5.1.0
- selenium-webdriver 3.142.7
- spring 2.1.1
- spring-watcher-listen 2.0.1
- sprockets 3.7.2
- sprockets-rails 3.2.2
- sqlite3 1.4.2
- thor 1.1.0
- thread_safe 0.3.6
- tilt 2.0.10
- tzinfo 1.2.9
- uglifier 4.2.0
- warden 1.2.9
- web-console 3.7.0
- websocket-driver 0.7.5
- websocket-extensions 0.1.5
- whenever 1.0.0
- xpath 3.2.0