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: Lm5hNHU3j
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 330 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
Copyright
Agents
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: Lm5hNHU3j
- Kind: user
- Repositories: 1
- Profile: https://github.com/Lm5hNHU3j
GitHub Events
Total
- Push event: 1,550
- Create event: 2
Last Year
- Push event: 1,550
- 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
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
FSH.StarterKit.nuspec
nuget
.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
bower.json
bower
Cargo.lock
cargo
- 488 dependencies
Cargo.toml
cargo
- pretty_assertions 0.7 development
- derive_more 0.99
- env_logger 0.9
- heck 0.3
- log 0.4
- mq 0.3
- num 0.4
- once_cell 1.6
- quad-rand 0.2
- rand 0.8
- ron 0.6
- serde 1.0
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
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
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
- python 3.9-buster build
Project_1/Dockerfile
docker
- golang 1.21 build
- scratch latest build
docker-compose.yml
docker
- coil/hanabira.org frontend-next
- coil/hanabira.org express-db
- coil/hanabira.org flask-dynamic-db
- coil/hanabira.org dictionary-db
- nginx latest
go.mod
go
- github.com/pkg/errors v0.9.1
mix.exs
hex
- bypass ~> 2.0
- ex_doc ~> 0.19
- goth ~> 1.3
- httpoison ~> 1.0
- jason ~> 1.1
- mix_test_watch ~> 0.4
- uuid ~> 1.1
Project/BloomingSouls/build.gradle
maven
android/build.gradle
maven
api-gateway-microservice/pom.xml
maven
- org.springframework.cloud:spring-cloud-netflix-sidecar
- org.springframework.cloud:spring-cloud-starter
- org.springframework.cloud:spring-cloud-starter-zuul
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
demo/pom.xml
maven
onlineedu-acl/pom.xml
maven
- com.xatu.onlieedu:onlineedu-service-util 1.0-SNAPSHOT
- com.xatu.onlineedu:onlineedu-api 1.0-SNAPSHOT
- com.xatu.onlineedu:onlineedu-web-util 1.0-SNAPSHOT
- com.xatu.onlineedu:spring-security 0.0.1-SNAPSHOT
pom.xml
maven
- org.mapstruct:mapstruct-processor 1.4.2.Final provided
- com.alibaba:druid-spring-boot-starter 1.2.8
- com.alibaba:fastjson 1.2.83
- com.github.whvcse:easy-captcha 1.6.2
- com.github.xiaoymin:knife4j-spring-boot-starter 3.0.3
- javax.inject:javax.inject 1
- mysql:mysql-connector-java
- net.dreamlu:mica-ip2region 2.7.12
- org.apache.commons:commons-lang3
- org.apache.commons:commons-pool2 2.11.1
- org.apache.commons:commons-text 1.10.0
- org.apache.poi:poi 5.2.0
- org.apache.poi:poi-ooxml 5.2.0
- org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1 1.16
- org.mapstruct:mapstruct 1.4.2.Final
- org.projectlombok:lombok
- 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
- xerces:xercesImpl 2.12.2
- org.springframework.boot:spring-boot-starter-test test
client/package-lock.json
npm
- 1773 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
- 191 dependencies
package.json
npm
- @babel/plugin-proposal-class-properties ^7.4.4 development
- @babel/plugin-proposal-decorators ^7.4.4 development
- cross-env ^7.0.3 development
- customize-cra ^0.2.12 development
- react-app-rewired ^2.1.3 development
- @material-ui/core ^4.0.0
- @material-ui/icons ^4.0.0
- axios ^0.18.0
- mobx ^5.9.4
- mobx-react ^5.4.4
- mobx-react-router ^4.0.7
- node-sass ^4.12.0
- query-string ^6.5.0
- react ^16.8.6
- react-dom ^16.8.6
- react-router ^5.0.0
- react-router-dom ^5.2.0
- react-scripts 3.0.1
- rxjs ^6.5.2
- styled-components ^4.2.0
- typescript ^3.4.5
pnpm-lock.yaml
npm
- 372 dependencies
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.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"}
AWS_EC2/requirements.txt
pypi
- awscli *
- boto3 ==1.10.50
- pandas *
- plotly *
Pipfile
pypi
- mlflow *
- numpy *
- sklearn *
colab_requirements.txt
pypi
- fastai ==1.0.61
- numpy ==1.17.2
- pandas ==1.1.2
- torch ==1.6.0
- torchvision ===0.7.0
pyproject.toml
pypi
- click ^8.1.6 examples
- python-dotenv ^1.0.0 examples
- black ^24.2.0 linters
- flake8 ~7.0.0 linters
- isort ^5.13.2 linters
- mypy ~1.10.0 linters
- pytest ^8.0.2 linters
- types-PyYAML ^6.0.0 linters
- types-requests ^2.31.0 linters
- diskcache ^5.6.1
- litellm ^1.18.0
- openai ^1.2.4
- pathway ^0.12.0
- psycopg ^3.1.12
- python >=3.10,<3.13
- requests ^2.31.0
- sentence-transformers ^2.2.2
- streamlit ^1.26.0
- tiktoken ^0.6.0
- torch ~2.2.1
- transformers ^4.39.0
- unstructured ^0.11.8
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
- github-pages >= 0
Gemfile.lock
rubygems
- CFPropertyList 3.0.2
- addressable 2.7.0
- atomos 0.1.3
- aws-eventstream 1.1.0
- aws-partitions 1.389.0
- aws-sdk-core 3.109.2
- aws-sdk-kms 1.39.0
- aws-sdk-s3 1.83.1
- aws-sigv4 1.2.2
- babosa 1.0.4
- bundler 1.16.1
- claide 1.0.3
- colored 1.2
- colored2 3.1.2
- commander-fastlane 4.4.6
- declarative 0.0.20
- declarative-option 0.1.0
- digest-crc 0.6.1
- domain_name 0.5.20190701
- dotenv 2.7.6
- emoji_regex 3.2.1
- excon 0.78.0
- faraday 1.1.0
- faraday-cookie_jar 0.0.7
- faraday_middleware 1.0.0
- fastimage 2.2.0
- fastlane 2.166.0
- fastlane-plugin-versioning_android 0.1.0
- gh_inspector 1.1.3
- google-api-client 0.38.0
- google-cloud-core 1.5.0
- google-cloud-env 1.4.0
- google-cloud-errors 1.0.1
- google-cloud-storage 1.29.1
- googleauth 0.14.0
- highline 1.7.10
- http-cookie 1.0.3
- httpclient 2.8.3
- jmespath 1.4.0
- json 2.3.1
- jwt 2.2.2
- memoist 0.16.2
- mini_magick 4.10.1
- mini_mime 1.0.2
- multi_json 1.15.0
- multipart-post 2.0.0
- nanaimo 0.3.0
- naturally 2.2.0
- os 1.1.1
- plist 3.5.0
- public_suffix 4.0.6
- rake 13.0.1
- representable 3.0.4
- retriable 3.1.2
- rouge 2.0.7
- ruby2_keywords 0.0.2
- rubyzip 2.3.0
- security 0.1.3
- signet 0.14.0
- simctl 1.6.8
- slack-notifier 2.3.2
- terminal-notifier 2.0.0
- terminal-table 1.8.0
- tty-cursor 0.7.1
- tty-screen 0.8.1
- tty-spinner 0.9.3
- uber 0.1.0
- unf 0.1.4
- unf_ext 0.0.7.7
- unicode-display_width 1.7.0
- word_wrap 1.0.0
- xcodeproj 1.19.0
- xcpretty 0.3.0
- xcpretty-travis-formatter 1.0.0
.github/workflows/frontend-docker.yml
actions
- actions/checkout v2 composite
- actions/setup-node v1 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
.github/workflows/manual.yml
actions
- actions/checkout master composite
- atlassian/gajira-create master composite
- atlassian/gajira-login master composite
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
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
src/EduNet.Backend.Api/EduNet.Backend.Api.csproj
nuget
- Microsoft.EntityFrameworkCore.Design 7.0.11 development
- AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1
- Microsoft.AspNetCore.Mvc.NewtonsoftJson 7.0.11
- Serilog.AspNetCore 7.0.0
- Swashbuckle.AspNetCore 6.5.0
environment.yml
pypi
- googlemaps *
- twitter *