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: lukEK31845
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 166 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
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: lukEK31845
- Kind: user
- Repositories: 1
- Profile: https://github.com/lukEK31845
GitHub Events
Total
- Push event: 966
- Create event: 1
Last Year
- Push event: 966
- Create event: 1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/gateway.yml
actions
.github/workflows/lychee.yml
actions
- actions/checkout v3 composite
- lycheeverse/lychee-action v1.5.1 composite
- peter-evans/create-issue-from-file v4 composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite
.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/github-actions-demo.yml
actions
- appleboy/ssh-action v0.1.10 composite
.github/workflows/aws.yml
actions
- actions/checkout v2 composite
Cargo.lock
cargo
- 546 dependencies
Cargo.toml
cargo
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
Dockerfile
docker
- golang latest build
ROS/Dockerfile
docker
- jupyter/minimal-notebook latest build
ambassador_src/Dockerfile
docker
- scratch latest build
cloud-run/application/Dockerfile
docker
- eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml
docker
- hello-algo latest
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.sum
go
- 862 dependencies
mix.exs
hex
- castore >= 0.0.0
- ex_doc >= 0.0.0
- jason >= 0.0.0
- mox ~> 1.1.0
build.gradle
maven
pom.xml
maven
- org.mapstruct:mapstruct-processor 1.4.2.Final provided
- com.alibaba.fastjson2:fastjson2 2.0.54
- com.alibaba.fastjson2:fastjson2-extension-spring5 2.0.54
- com.alibaba:druid-spring-boot-starter 1.2.19
- com.github.whvcse:easy-captcha 1.6.2
- com.github.xiaoymin:knife4j-spring-boot-starter 3.0.3
- com.mysql:mysql-connector-j 9.2.0
- io.swagger:swagger-annotations 1.5.22
- javax.inject:javax.inject 1
- net.dreamlu:mica-ip2region 2.7.18.9
- org.apache.commons:commons-lang3
- org.apache.commons:commons-pool2 2.11.1
- org.apache.commons:commons-text 1.13.0
- org.apache.poi:poi 5.4.0
- org.apache.poi:poi-ooxml 5.4.0
- org.mapstruct:mapstruct 1.4.2.Final
- org.projectlombok:lombok
- org.redisson:redisson-spring-boot-starter 3.17.1
- 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
- org.springframework.boot:spring-boot-starter-websocket
- p6spy:p6spy 3.9.1
- xerces:xercesImpl 2.12.2
- org.springframework.boot:spring-boot-starter-test test
webporter-collector-zhihu/pom.xml
maven
- com.github.brianway:webporter-core ${project.version}
- com.github.brianway:webporter-data-elasticsearch ${project.version}
- junit:junit
- us.codecraft:webmagic-core
- us.codecraft:webmagic-extension
ar-hairstyler/package.json
npm
- @material-ui/core ^4.11.4
- @testing-library/jest-dom ^5.11.4
- @testing-library/react ^11.1.0
- @testing-library/user-event ^12.1.10
- face-api.js ^0.22.2
- react ^17.0.2
- react-dom ^17.0.2
- react-scripts 4.0.3
- web-vitals ^1.0.1
backend/package-lock.json
npm
- 207 dependencies
client/package-lock.json
npm
- 1773 dependencies
package-lock.json
npm
- ansi-styles 3.2.1 development
- argparse 1.0.10 development
- caller-callsite 2.0.0 development
- caller-path 2.0.0 development
- callsites 2.0.0 development
- chalk 2.4.2 development
- ci-info 2.0.0 development
- color-convert 1.9.3 development
- color-name 1.1.3 development
- cosmiconfig 5.2.1 development
- error-ex 1.3.2 development
- escape-string-regexp 1.0.5 development
- esprima 4.0.1 development
- find-up 4.1.0 development
- get-stdin 7.0.0 development
- has-flag 3.0.0 development
- husky 4.0.0-beta.5 development
- import-fresh 2.0.0 development
- is-arrayish 0.2.1 development
- is-directory 0.3.1 development
- js-yaml 3.13.1 development
- json-parse-better-errors 1.0.2 development
- locate-path 5.0.0 development
- opencollective-postinstall 2.0.2 development
- p-limit 2.2.2 development
- p-locate 4.1.0 development
- p-try 2.2.0 development
- parse-json 4.0.0 development
- path-exists 4.0.0 development
- pkg-dir 4.2.0 development
- please-upgrade-node 3.2.0 development
- resolve-from 3.0.0 development
- semver-compare 1.0.0 development
- slash 3.0.0 development
- sprintf-js 1.0.3 development
- supports-color 5.5.0 development
- which-pm-runs 1.0.0 development
package.json
npm
- googleapis ^2.1.7
- request ^2.67.0
- underscore ^1.8.3
FSH.StarterKit.nuspec
nuget
composer.json
packagist
- magento/framework 103.0.*
- magento/module-backend 102.0.*
- magepal/magento2-core >=1.1.11
- php ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0|~8.4.0
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
pubspec.lock
pub
- async 2.5.0-nullsafety.1
- boolean_selector 2.1.0-nullsafety.1
- characters 1.1.0-nullsafety.3
- charcode 1.2.0-nullsafety.1
- clock 1.1.0-nullsafety.1
- cloud_firestore 0.14.3
- cloud_firestore_platform_interface 2.2.0
- cloud_firestore_web 0.2.1
- collection 1.15.0-nullsafety.3
- cupertino_icons 1.0.0
- fake_async 1.2.0-nullsafety.1
- firebase 7.3.3
- firebase_auth 0.18.2
- firebase_auth_platform_interface 2.1.2
- firebase_auth_web 0.3.1+2
- firebase_core 0.5.2
- firebase_core_platform_interface 2.0.0
- firebase_core_web 0.2.1
- flutter 0.0.0
- flutter_login_facebook 0.4.0+1
- flutter_test 0.0.0
- flutter_web_plugins 0.0.0
- google_sign_in 4.5.6
- google_sign_in_platform_interface 1.1.2
- google_sign_in_web 0.9.2
- http 0.12.2
- http_parser 3.1.4
- intl 0.16.1
- js 0.6.2
- list_ext 0.1.15
- matcher 0.12.10-nullsafety.1
- meta 1.3.0-nullsafety.3
- nested 0.0.4
- path 1.8.0-nullsafety.1
- pedantic 1.9.2
- plugin_platform_interface 1.0.3
- provider 4.3.3
- quiver 2.1.5
- rxdart 0.24.1
- sky_engine 0.0.99
- source_span 1.8.0-nullsafety.2
- stack_trace 1.10.0-nullsafety.1
- stream_channel 2.1.0-nullsafety.1
- string_scanner 1.1.0-nullsafety.1
- term_glyph 1.2.0-nullsafety.1
- test_api 0.2.19-nullsafety.2
- typed_data 1.3.0-nullsafety.3
- vector_math 2.1.0-nullsafety.3
pubspec.yaml
pub
- flutter_test {"sdk" => "flutter"} development
- cupertino_icons ^0.1.2
- flutter {"sdk" => "flutter"}
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
backend/Pipfile.lock
pypi
- asgiref ==3.5.2
- django ==3.2.16
- django-betterforms ==2.0.0
- django-ckeditor ==6.3.2
- django-cors-headers ==3.13.0
- django-crispy-forms ==1.14.0
- django-js-asset ==2.0.0
- django-mapbox-location-field ==2.0.0
- djangorestframework ==3.14.0
- pillow ==9.3.0
- pytz ==2022.6
- sqlparse ==0.4.3
- typing-extensions ==4.4.0
environment.yml
pypi
- googlemaps *
- twitter *
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
- TOKENIZERS ,
- hanlp-common >=0.0.22
- hanlp-downloader *
- hanlp-trie >=0.0.4
- pynvml *
- sentencepiece >=0.1.91
- termcolor *
- toposort ==1.5
- torch >=1.6.0
- transformers >=4.1.1
Gemfile
rubygems
- rspec = 3.10.0
- rspec_junit_formatter = 0.4.1
Gemfile.lock
rubygems
- addressable 2.5.2
- bundler 1.16.1
- colorator 1.1.0
- concurrent-ruby 1.0.5
- em-websocket 0.5.1
- eventmachine 1.2.7
- ffi 1.9.25
- forwardable-extended 2.6.0
- http_parser.rb 0.6.0
- i18n 0.9.5
- jekyll 3.8.3
- jekyll-last-modified-at 1.0.1
- jekyll-sass-converter 1.5.2
- jekyll-watch 2.0.0
- kramdown 1.17.0
- liquid 4.0.0
- listen 3.1.5
- mercenary 0.3.6
- pathutil 0.16.1
- posix-spawn 0.3.13
- public_suffix 3.0.2
- rake 12.3.1
- rb-fsevent 0.10.3
- rb-inotify 0.9.10
- rouge 3.1.1
- ruby_dep 1.5.0
- safe_yaml 1.0.4
- sass 3.5.6
- sass-listen 4.0.0
- uswds-jekyll 4.1.0