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: yfTSKW
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 243 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
Governance
Roadmap
Authors
Zenodo
Notice
Maintainers
Copyright
Dco
Cla
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: yfTSKW
- Kind: user
- Repositories: 2
- Profile: https://github.com/yfTSKW
GitHub Events
Total
- Push event: 1,447
- Create event: 1
Last Year
- Push event: 1,447
- Create event: 1
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
.github/workflows/linkchecker.yml
actions
- actions/checkout v2 composite
- lycheeverse/lychee-action master composite
- peter-evans/create-issue-from-file v5 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/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
.github/workflows/python-app.yml
actions
- EndBug/add-and-commit v4 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
bower.json
bower
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
- assert_cmd 2.0.14 development
- axum 0.8.1 development
- axum-server 0.7.1 development
- bytes 1.6 development
- float-cmp 0.10.0 development
- http-mitm-proxy 0.14.0 development
- jsonschema 0.29.0 development
- lazy_static 1.5.0 development
- predicates 3.1.0 development
- rcgen 0.13.1 development
- regex 1.10.5 development
- rustls 0.23.18 development
- tempfile 3.10.1 development
- anyhow 1.0.86
- average 0.15.1
- aws-sign-v4 0.3
- base64 0.22.1
- byte-unit 5.1.4
- bytes 1
- chrono 0.4
- clap 4.5.9
- float-ord 0.3.2
- flume 0.11
- hickory-resolver 0.24.1
- http-body-util 0.1.2
- humantime 2.1.0
- hyper 1.4
- hyper-util 0.1.6
- libc 0.2.155
- native-tls 0.2.12
- num_cpus 1.16.0
- rand 0.9.0
- rand_core 0.9.3
- rand_regex 0.18.0
- ratatui 0.29.0
- regex-syntax 0.8.5
- rusqlite 0.34.0
- rustls 0.23.18
- rustls-native-certs 0.8.0
- rustls-pki-types 1.7.0
- serde 1.0.204
- serde_json 1.0
- thiserror 2.0.12
- tokio 1.38.1
- tokio-native-tls 0.3.1
- tokio-rustls 0.26.0
- tokio-util 0.7.13
- tokio-vsock 0.5.0
- url 2.5.2
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
compile-build-date/Cargo.toml
cargo
Podfile
cocoapods
- JitsiMeetSDK >= 0
Podfile.lock
cocoapods
- Nuke 8.4.1
- RxCocoa 5.1.1
- RxGesture 3.0.2
- RxRelay 5.1.1
- RxSwift 5.1.1
- SDWebImage 5.8.2
- SnapKit 5.0.1
- Starscream 3.1.1
- StreamChat 2.2.5
- StreamChatClient 2.2.5
- StreamChatCore 2.2.5
- SwiftyGif 5.2.0
- VoxeetSDK 2.4.0
- VoxeetUXKit 1.3.4
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
Dockerfile
docker
- ubuntu focal build
NSMusicS-Electron/Dockerfile
docker
- nginx 1.23.3-alpine build
docker-compose.override.yml
docker
docker-compose.yml
docker
- compiler-backend latest
- compiler-frontend latest
- mysql latest
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- ./build/dhcp *
- github.com/AdguardTeam/dnsproxy v0.35.1
- github.com/AdguardTeam/golibs v0.4.4
- github.com/Asphaltt/dnsproxy-go v0.0.0-20181028064240-4c302a933bd0
- github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3
- github.com/coredns/caddy v1.1.0
- github.com/coredns/coredns v1.8.1
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.1.2
- github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
- github.com/mattn/go-shellwords v1.0.11
- github.com/mitchellh/go-ps v1.0.0
- github.com/rakyll/statik v0.1.7
- github.com/satori/go.uuid v1.2.0
- github.com/sirupsen/logrus v1.6.0
- github.com/stretchr/testify v1.6.1
- github.com/t-tomalak/logrus-easy-formatter v0.0.0-20190827215021-c074f06c5816
- github.com/vishvananda/netlink v1.1.0
- github.com/vorteil/vorteil v0.0.0-20210104040243-9ef31da53e7e
- golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
go.sum
go
- 862 dependencies
mix.exs
hex
- cachex ~> 2.1
- earmark ~> 1.2.0
- ex_doc ~> 0.15
- goth ~> 0.3.1
- httpoison ~> 0.11
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
pom.xml
maven
- org.projectlombok:lombok 1.16.8 provided
- com.cloudinary:cloudinary-http42 1.1.0
- com.fasterxml.jackson.core:jackson-annotations 2.5.4
- com.fasterxml.jackson.core:jackson-core 2.5.4
- com.fasterxml.jackson.core:jackson-databind 2.5.4
- com.h2database:h2 1.4.192
- com.zaxxer:HikariCP 2.4.1
- commons-dbcp:commons-dbcp 1.4
- commons-fileupload:commons-fileupload 1.3.1
- commons-io:commons-io 2.4
- javax.servlet:javax.servlet-api 3.1.0
- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect 2.0.1
- org.apache.httpcomponents:httpclient 4.3.4
- org.apache.httpcomponents:httpcore 4.3.2
- org.aspectj:aspectjrt 1.6.11
- org.aspectj:aspectjweaver 1.6.8
- org.hibernate:hibernate-core 5.0.5.Final
- org.hibernate:hibernate-entitymanager 5.0.5.Final
- org.postgresql:postgresql 9.4-1201-jdbc41
- org.slf4j:slf4j-api 1.7.12
- org.slf4j:slf4j-simple 1.6.4
- org.springframework.data:spring-data-jpa 1.10.2.RELEASE
- org.springframework.security:spring-security-config 4.1.1.RELEASE
- org.springframework.security:spring-security-core 4.1.1.RELEASE
- org.springframework.security:spring-security-taglibs 4.1.1.RELEASE
- org.springframework.security:spring-security-web 4.1.1.RELEASE
- org.springframework.social:spring-social-core 1.1.4.RELEASE
- org.springframework.social:spring-social-facebook 2.0.3.RELEASE
- org.springframework.social:spring-social-facebook-web 2.0.3.RELEASE
- org.springframework.social:spring-social-google 1.0.0.RELEASE
- org.springframework.social:spring-social-security 1.1.4.RELEASE
- org.springframework.social:spring-social-vkontakte 1.1.0.BUILD-SNAPSHOT
- org.springframework.social:spring-social-web 1.1.4.RELEASE
- org.springframework:spring-aop 4.3.2.RELEASE
- org.springframework:spring-context 4.3.2.RELEASE
- org.springframework:spring-core 4.3.2.RELEASE
- org.springframework:spring-messaging 4.3.2.RELEASE
- org.springframework:spring-orm 4.3.2.RELEASE
- org.springframework:spring-tx 4.3.2.RELEASE
- org.springframework:spring-web 4.3.2.RELEASE
- org.springframework:spring-webmvc 4.3.2.RELEASE
- org.springframework:spring-websocket 4.3.2.RELEASE
- org.thymeleaf.extras:thymeleaf-extras-springsecurity4 3.0.0.RELEASE
- org.thymeleaf:thymeleaf 3.0.1.RELEASE
- org.thymeleaf:thymeleaf-spring4 3.0.1.RELEASE
- org.springframework:spring-test 4.3.2.RELEASE 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
backend/package.json
npm
- nodemon ^3.0.1 development
- bcrypt ^5.1.1
- body-parser ^1.20.2
- cookie-parser ^1.4.6
- cors ^2.8.5
- dotenv ^16.3.1
- express ^4.18.2
- jsonwebtoken ^9.0.2
- mongoose ^7.5.0
- peerjs ^1.5.0
- socket.io ^4.7.2
- validator ^13.11.0
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
- 204 dependencies
package.json
npm
- @babel/plugin-proposal-private-property-in-object ^7.21.11 development
- @carbon/react ^1.68.0
- @emotion/styled ^11.11.5
- @fortawesome/free-solid-svg-icons ^6.5.2
- @fortawesome/react-fontawesome ^0.2.1
- @material-ui/core ^4.12.4
- @mui/material ^5.16.1
- @testing-library/jest-dom ^5.16.5
- @testing-library/react ^13.4.0
- @testing-library/user-event ^13.5.0
- @types/react-beautiful-dnd ^13.1.4
- add ^2.0.6
- axios ^1.6.8
- country-list ^2.3.0
- ffmpeg.js ^4.2.9003
- firebase ^9.17.1
- firebase-tools ^12.9.1
- html2canvas ^1.4.1
- jspdf ^2.5.1
- jspdf-autotable ^3.8.2
- localforage ^1.10.0
- lodash ^4.17.21
- match-sorter ^6.3.1
- moment ^2.29.4
- mui ^0.0.1
- npm ^10.2.2
- path-browserify ^1.0.1
- react ^18.2.0
- react-beautiful-dnd ^13.1.1
- react-bootstrap ^2.7.4
- react-dom ^18.2.0
- react-icons ^5.3.0
- react-infinite-scroller ^1.2.6
- react-loader-spinner ^5.3.4
- react-mic ^12.4.6
- react-pro-sidebar ^1.1.0
- react-router ^2.6.0
- react-router-dom ^6.18.0
- react-scripts ^5.0.1
- react-select ^5.7.7
- react-toastify ^10.0.5
- reactjs-popup ^2.0.6
- read-excel-file ^5.6.1
- sort-by ^0.0.2
- web-vitals ^2.1.4
pnpm-lock.yaml
npm
- 427 dependencies
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
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"}
Pipfile
pypi
- lxml *
- requests *
- urllib3 >=1.26.5
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 *
Gemfile
rubygems
- asciidoctor = 2.0.11
- asciidoctor-multipage = 0.0.12
- concurrent-ruby = 1.1.7
- tilt = 2.0.10
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
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/jekyll-gh-pages.yml
actions
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/jekyll-build-pages v1 composite
- actions/upload-pages-artifact v3 composite
.github/workflows/auto_reply.yml
actions
- peter-evans/create-or-update-comment ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b composite
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
.github/workflows/microservice-ui.yaml
actions
- actions/checkout v4 composite
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v3 composite
environment.yml
conda
- _libgcc_mutex 0.1
- absl-py 0.11.0
- aiohttp 3.7.3
- apipkg 1.5
- async-timeout 3.0.1
- attrs 20.3.0
- blas 1.0
- blinker 1.4
- brotlipy 0.7.0
- c-ares 1.17.1
- ca-certificates 2021.1.19
- cachetools 4.2.1
- certifi 2020.12.5
- cffi 1.14.4
- chardet 3.0.4
- click 7.1.2
- cryptography 2.9.2
- cudatoolkit 10.1.243
- cycler 0.10.0
- dbus 1.13.18
- execnet 1.8.0
- expat 2.2.10
- fontconfig 2.13.1
- freetype 2.10.4
- glib 2.66.1
- google-auth 1.24.0
- google-auth-oauthlib 0.4.2
- grpcio 1.31.0
- gst-plugins-base 1.14.0
- gstreamer 1.14.0
- icu 58.2
- idna 2.10
- importlib-metadata 2.0.0
- iniconfig 1.1.1
- intel-openmp 2020.2
- jpeg 9b
- kiwisolver 1.3.1
- lcms2 2.11
- ld_impl_linux-64 2.33.1
- libedit 3.1.20191231
- libffi 3.3
- libgcc-ng 9.1.0
- libpng 1.6.37
- libprotobuf 3.14.0
- libstdcxx-ng 9.1.0
- libtiff 4.1.0
- libuuid 1.0.3
- libuv 1.40.0
- libxcb 1.14
- libxml2 2.9.10
- lz4-c 1.9.3
- markdown 3.3.3
- matplotlib 3.3.2
- matplotlib-base 3.3.2
- mkl 2020.2
- mkl-service 2.3.0
- mkl_fft 1.2.0
- mkl_random 1.1.1
- more-itertools 8.6.0
- multidict 4.7.6
- ncurses 6.2
- ninja 1.10.2
- numpy 1.19.2
- numpy-base 1.19.2
- oauthlib 3.1.0
- olefile 0.46
- openssl 1.1.1i
- packaging 20.9
- pandas 1.2.1
- pcre 8.44
- pillow 8.1.0
- pip 20.3.3
- pluggy 0.13.1
- protobuf 3.14.0
- py 1.10.0
- pyasn1 0.4.8
- pyasn1-modules 0.2.8
- pycparser 2.20
- pyjwt 2.0.1
- pyopenssl 20.0.1
- pyparsing 2.4.7
- pyqt 5.9.2
- pysocks 1.7.1
- pytest 6.2.2
- pytest-forked 1.3.0
- pytest-xdist 2.2.0
- python 3.8.5
- python-dateutil 2.8.1
- pytorch 1.7.1
- pytz 2021.1
- qt 5.9.7
- readline 8.1
- requests 2.25.1
- requests-oauthlib 1.3.0
- rsa 4.7
- setuptools 52.0.0
- sip 4.19.13
- six 1.15.0
- sqlite 3.33.0
- tensorboard 2.3.0
- tensorboard-plugin-wit 1.6.0
- tk 8.6.10
- toml 0.10.1
- torchvision 0.8.2
- tornado 6.1
- typing-extensions 3.7.4.3
- typing_extensions 3.7.4.3
- urllib3 1.26.3
- werkzeug 1.0.1
- wheel 0.36.2
- xz 5.2.5
- yarl 1.5.1
- zipp 3.4.0
- zlib 1.2.11
- zstd 1.4.5
scraper_requirements.txt
pypi
- numpy ==1.24.3
- opencv-python ==4.8.0.74