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: Jagger964694
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 293 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
Support
Governance
Roadmap
Authors
Maintainers
Agents
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: Jagger964694
- Kind: user
- Repositories: 1
- Profile: https://github.com/Jagger964694
GitHub Events
Total
- Push event: 1,217
- Create event: 2
Last Year
- Push event: 1,217
- Create event: 2
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master 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
- rstest 0.24.0 development
- serial_test 3.2.0 development
- cached 0.54.0
- console 0.15.11
- crossbeam-channel 0.5.14
- ctrlc 3.4.5
- dashmap 6.1.0
- glob 0.3.2
- globset 0.4.15
- itertools 0.14.0
- lsp-server 0.7.7
- lsp-types 0.97.0
- once_cell 1.20.2
- parking_lot 0.12.3
- petgraph 0.7.1
- pyo3 0.22.5
- rayon 1.10.0
- regex 1.11.1
- serde 1.0.216
- serde_json 1.0.134
- tempfile 3.17.0
- thiserror 2.0.7
- toml 0.8.19
- toml_edit 0.22.24
- walkdir 2.5.0
.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
Dockerfile
docker
- alpine 3.20.3 build
- golang 1.23.3-alpine3.20 build
.github/workflows/event_pipeline.yml
actions
- actions/checkout v3 composite
- actions/setup-node v3 composite
Podfile
cocoapods
- JitsiMeetSDK >= 0
cloud-run/application/Dockerfile
docker
- eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
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/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
kubeutil/go.mod
go
- github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
- gopkg.in/yaml.v2 v2.4.0
mix.exs
hex
- cachex ~> 2.1
- earmark ~> 1.2.0
- ex_doc ~> 0.15
- goth ~> 0.3.1
- httpoison ~> 0.11
android/build.gradle
maven
build.gradle
maven
- commons-beanutils:commons-beanutils 1.9.2 compile
- org.hibernate:hibernate-validator ${hibernateValidatorVersion} compile
- org.springframework.boot:spring-boot-starter-security ${springBootVersion} compile
- org.springframework.boot:spring-boot-starter-web ${springBootVersion} compile
- com.jayway.jsonpath:json-path ${jsonPathVersion} testCompile
- org.springframework.boot:spring-boot-starter-test ${springBootVersion} testCompile
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
pom.xml
maven
- javax.xml.bind:jaxb-api 2.3.1
aliyun-nodejs/package.json
npm
- serverless-aliyun-function-compute ^1.0.0 development
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
- 166 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
- 1217 dependencies
package.json
npm
- all-contributors-cli ^6.20.0 development
- concurrently ^9.1.2 development
pnpm-lock.yaml
npm
- 372 dependencies
FSH.StarterKit.nuspec
nuget
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
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.3.0
- boolean_selector 1.0.5
- charcode 1.1.2
- collection 1.14.11
- cupertino_icons 0.1.2
- flutter 0.0.0
- flutter_test 0.0.0
- matcher 0.12.5
- meta 1.1.7
- path 1.6.4
- pedantic 1.8.0+1
- quiver 2.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.5
- term_glyph 1.1.0
- test_api 0.2.5
- typed_data 1.1.6
- vector_math 2.0.8
pubspec.yaml
pub
- flutter_test {"sdk" => "flutter"} development
- cupertino_icons ^0.1.2
- flutter {"sdk" => "flutter"}
Pipfile
pypi
pyproject.toml
pypi
- Pillow ^10.1.0
- art ^6.2
- beautifulsoup4 ^4.12.3
- fastapi ^0.111.0
- filetype ^1.2.0
- flash-attn ^2.5.9
- ftfy ^6.1.1
- gradio ^4.37.1
- grpcio ^1.63.0
- html2text ^2024.2.26
- img2pdf ^0.5.1
- marker-pdf ^0.2.16
- matplotlib ^3.9.0
- moviepy ^1.0.3
- nltk ^3.8.1
- numpy ^1.26.1
- openai-whisper ^20231117
- pdftext ^0.3.10
- pydantic ^2.4.2
- pydantic-settings ^2.0.3
- pypdfium2 ^4.30.0
- python ^3.10
- python-dotenv ^1.0.0
- pytube ^15.0.0
- rapidfuzz ^3.8.1
- regex ^2024.4.28
- scikit-learn ^1.3.2
- selenium ^4.21.0
- surya-ocr ^0.4.3
- tabulate ^0.9.0
- texify ^0.1.8
- timm ^1.0.7
- torch ^2.2.2
- tqdm ^4.66.1
- transformers ^4.41.2
- uvicorn ^0.29.0
- webdriver-manager ^4.0.1
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
- jinja2 *
- markdown *
- watchdog *
Gemfile
rubygems
- bundler >= 0
- jekyll >= 0
- jekyll-paginate >= 0
- jekyll-seo-tag >= 0
- jekyll-sitemap >= 0
- jekyll-tagging >= 0
- json >= 0
- puma >= 0
- sinatra >= 0
- sinatra-cross_origin ~> 0.3.1
scientist.gemspec
rubygems
- minitest ~> 5.8 development
- rake >= 0 development
go.sum
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
mix.lock
hex