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: DaSH5210
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 259 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
Maintainers
Copyright
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.
GitHub Events
Total
- Push event: 962
- Create event: 1
Last Year
- Push event: 962
- Create event: 1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
Cargo.lock
cargo
- aarch64-intrinsics 1.0.0
- aarch64-paging 0.7.0
- autocfg 1.1.0
- bitflags 2.6.0
- cfg-if 1.0.0
- const-utf16 0.2.1
- crc 3.0.1
- crc-catalog 2.2.0
- efiloader 0.0.1
- fdt 0.1.5
- linked_list_allocator 0.10.5
- lock_api 0.4.9
- log 0.4.17
- mmio 2.1.0
- once_cell 1.18.0
- scopeguard 1.1.0
- spinning_top 0.2.5
- widestring 1.0.2
Cargo.toml
cargo
Dockerfile
docker
- base latest build
- composer latest build
- composer ${COMPOSER_VERSION} build
- nginx ${NGINX_VERSION}-alpine build
- nginx latest build
- php ${PHP_VERSION}-fpm-alpine${PHP_ALPINE_VERSION} build
Gemfile
rubygems
- github-pages >= 0
FSH.StarterKit.nuspec
nuget
.github/workflows/api-gateway.yaml
actions
- actions/checkout v4 composite
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v3 composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
prokit_flutter/pubspec.yaml
pub
- build_runner ^2.0.6 development
- flutter_test {"sdk" => "flutter"} development
- mobx_codegen ^2.0.2 development
- animations ^2.0.1
- cached_network_image ^3.1.0
- card_swiper ^1.0.2
- carousel_slider ^4.0.0
- charts_flutter ^0.11.0
- clippy_flutter ^2.0.0-nullsafety.1
- cloud_firestore ^2.2.0
- collection ^1.15.0
- cupertino_icons ^1.0.3
- dots_indicator ^2.0.0
- expandable_bottom_sheet ^1.0.0+2
- file_picker ^3.0.1
- firebase_core ^1.4.0
- firebase_crashlytics ^2.1.1
- firebase_messaging ^10.0.4
- fl_chart ^0.36.1
- flutter {"sdk" => "flutter"}
- flutter_colorpicker ^0.4.0
- flutter_local_notifications ^5.0.0+4
- flutter_mobx ^2.0.1
- flutter_rating_bar ^4.0.0
- flutter_reaction_button ^1.0.8
- flutter_slidable ^0.6.0
- flutter_staggered_animations ^1.0.0
- flutter_staggered_grid_view ^0.4.0
- flutter_svg ^0.22.0
- flutter_vector_icons ^1.0.0
- geocoding ^2.0.0
- geolocator ^7.3.1
- google_fonts ^2.1.0
- google_maps_flutter ^2.0.6
- google_mobile_ads ^0.12.2
- google_sign_in ^5.0.4
- html ^0.15.0
- http ^0.13.3
- image_picker ^0.8.1+3
- intl ^0.17.0
- liquid_swipe ^2.1.0
- local_auth ^1.1.6
- lottie ^1.1.0
- mobx ^2.0.3
- multi_image_picker ^4.8.00
- nb_utils ^4.4.4
- onesignal_flutter 3.2.0
- otp_text_field ^1.1.1
- package_info ^2.0.2
- percent_indicator ^3.0.1
- photo_view ^0.12.0
- provider ^5.0.0
- razorpay_flutter ^1.2.7
- share ^2.0.4
- showcaseview ^1.0.0
- signature ^4.1.1
- simple_animations ^3.1.1
- sleek_circular_slider ^2.0.0
- sliding_up_panel ^2.0.0+1
- syncfusion_flutter_charts ^19.1.67
- url_launcher ^6.0.3
- video_player ^2.1.4
- webview_flutter ^2.0.8
Pipfile
pypi
Gemfile.lock
rubygems
- actioncable 7.1.0
- actionmailbox 7.1.0
- actionmailer 7.1.0
- actionpack 7.1.0
- actiontext 7.1.0
- actionview 7.1.0
- activejob 7.1.0
- activemodel 7.1.0
- activerecord 7.1.0
- activestorage 7.1.0
- activesupport 7.1.0
- base64 0.1.1
- bcrypt 3.1.19
- bigdecimal 3.1.4
- builder 3.2.4
- bundler 2.4.5
- concurrent-ruby 1.2.2
- connection_pool 2.4.1
- crass 1.0.6
- date 3.3.3
- devise 5.0.0.beta
- drb 2.1.1
- erubi 1.12.0
- faraday 2.7.11
- faraday-net_http 3.0.2
- globalid 1.2.1
- hashie 5.0.0
- i18n 1.14.1
- io-console 0.6.0
- irb 1.8.1
- jwt 2.7.1
- loofah 2.21.3
- mail 2.8.1
- marcel 1.0.2
- mini_mime 1.1.5
- mini_portile2 2.8.4
- minitest 5.20.0
- mocha 2.1.0
- multi_xml 0.6.0
- mutex_m 0.1.2
- net-imap 0.4.1
- net-pop 0.1.2
- net-protocol 0.2.1
- net-smtp 0.4.0
- nio4r 2.5.9
- nokogiri 1.15.4
- oauth2 2.0.9
- omniauth 2.1.1
- omniauth-facebook 9.0.0
- omniauth-oauth2 1.8.0
- omniauth-openid 2.0.1
- orm_adapter 0.5.0
- psych 5.1.0
- racc 1.7.1
- rack 2.2.8
- rack-openid 1.4.2
- rack-protection 3.1.0
- rack-session 1.0.1
- rack-test 2.1.0
- rackup 1.0.0
- rails 7.1.0
- rails-controller-testing 1.0.5
- rails-dom-testing 2.2.0
- rails-html-sanitizer 1.6.0
- railties 7.1.0
- rake 13.0.6
- rdoc 6.5.0
- reline 0.3.9
- responders 3.1.0
- rexml 3.2.6
- ruby-openid 2.9.2
- ruby2_keywords 0.0.5
- snaky_hash 2.0.1
- sqlite3 1.6.6
- stringio 3.0.8
- thor 1.2.2
- timecop 0.9.8
- timeout 0.4.0
- tzinfo 2.0.6
- version_gem 1.1.3
- warden 1.2.9
- webrat 0.7.3
- webrick 1.8.1
- websocket-driver 0.7.6
- websocket-extensions 0.1.5
- zeitwerk 2.6.12
.github/workflows/super-linter.yml
actions
- actions/checkout v3 composite
- actions/checkout v2 composite
- github/super-linter/slim v4 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
.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
cloud-run/application/Dockerfile
docker
- eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml
docker
- htcondor/cm 9.2-el7
- htcondor/execute 9.2-el7
hunter2-lessons/http-header-injection/code/Dockerfile
docker
- python 3.7 build
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
android/build.gradle
maven
build.gradle
maven
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310 * compile
- org.springframework.boot:spring-boot-devtools * compile
- org.springframework.boot:spring-boot-starter-actuator * compile
- org.springframework.boot:spring-boot-starter-data-jpa * compile
- org.springframework.boot:spring-boot-starter-security * compile
- org.springframework.boot:spring-boot-starter-web * compile
- org.projectlombok:lombok 1.16.18 compileOnly
- mysql:mysql-connector-java *
- org.springframework.boot:spring-boot-starter-test * testCompile
- org.springframework.security:spring-security-test * testCompile
build.gradle.kts
maven
pom.xml
maven
- cn.hutool:hutool-all 5.8.16
- 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
backend/package-lock.json
npm
- 166 dependencies
package-lock.json
npm
- 191 dependencies
package.json
npm
pnpm-lock.yaml
npm
- 372 dependencies
yarn.lock
npm
- 970 dependencies
composer.json
packagist
- illuminate/http ^5.0|^6.0|^7.0|^8.0|^9.0 development
- mockery/mockery ^1.0 development
- phpunit/phpunit ^8.5.8|^9.3.3 development
- illuminate/contracts ^5.0|^6.0|^7.0|^8.0|^9.0
- php >=5.4.0
composer.lock
packagist
- ircmaxell/password-compat v1.0.4
- symfony/http-foundation v2.8.19
- symfony/polyfill-mbstring v1.3.0
- symfony/polyfill-php54 v1.3.0
- symfony/polyfill-php55 v1.3.0
pubspec.lock
pub
- 105 dependencies
pubspec.yaml
pub
- flutter_test {"sdk" => "flutter"} development
- cloud_firestore 0.14.3
- cupertino_icons ^1.0.0
- firebase_auth 0.18.2
- firebase_core 0.5.2
- flutter {"sdk" => "flutter"}
- flutter_login_facebook ^0.4.0+1
- google_sign_in 4.5.6
- intl 0.16.1
- provider ^4.3.2+2
- rxdart 0.24.1
Backend/requirements.txt
pypi
- Django *
- Pillow *
- django-cors-headers *
- folium ==0.2.1
- ipython *
- matplotlib *
- numpy *
- opencv-python *
- pandas *
- pdflatex *
- pylatex *
- scikit-image *
- tensorflow *
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
api/Dockerfile
docker
- python latest build
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
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
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
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- ansible/ansible-lint-action master composite
mix.exs
hex
- comeonin ~> 2.5.3
- cowboy ~> 1.0
- credo ~> 0.4.11
- ex_machina ~> 1.0.2
- exactor ~> 2.2.0
- guardian ~> 0.13.0
- hound ~> 1.0.2
- mix_test_watch ~> 0.2
- phoenix ~> 1.2.1
- phoenix_ecto ~> 3.0.1
- phoenix_html ~> 2.6.2
- phoenix_live_reload ~> 1.0
- phoenix_pubsub ~> 1.0
- postgrex >= 0.0.0
pyproject.toml
pypi
- blinker >=1.9.0
- click >=8.1.3
- itsdangerous >=2.2.0
- jinja2 >=3.1.2
- markupsafe >=2.1.1
- werkzeug >=3.1.0