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: f6x0t
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 264 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
Roadmap
Authors
Notice
Maintainers
Copyright
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: f6x0t
- Kind: user
- Repositories: 1
- Profile: https://github.com/f6x0t
Dependencies
.github/workflows/ci-plus.yml
actions
- actions/checkout v3 composite
- actions/setup-python v4 composite
.readthedocs-requirements.txt
pypi
- distributed *
- docutils <0.18
- lz4 *
- matplotlib *
- numpy *
- numpydoc *
- pandas *
- pillow *
- psutil *
- sphinx *
- sphinx-gallery *
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/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
.github/workflows/blank.yml
actions
- gege-circle/github-action master composite
.github/workflows/github-actions-demo.yml
actions
- appleboy/ssh-action v0.1.10 composite
.github/workflows/main.yml
actions
- actions/checkout v2 composite
- ansible/ansible-lint-action master composite
.github/workflows/msbuild.yml
actions
- actions/checkout v2 composite
- microsoft/setup-msbuild v1.0.2 composite
bower.json
bower
- d3 ~3.5.6
- d3-geo-projection ~0.2.15
- dat-gui ~0.5.1
- font-awesome ~4.5.0
- jquery ~2.1.4
- lodash ~3.10.1
- reveal.js ~3.2.0
- stats.js *
- topojson ~1.6.19
Cargo.lock
cargo
- 216 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
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
Dockerfile
docker
- python 3.8-slim-buster build
ambassador_src/Dockerfile
docker
- scratch latest build
api/Dockerfile
docker
- python latest build
cloud-run/application/Dockerfile
docker
- eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml
docker
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- github.com/argoproj/argo-rollouts v1.6.0
- github.com/argoproj/pkg v0.13.6
- github.com/davecgh/go-spew v1.1.1
- github.com/emicklei/go-restful/v3 v3.10.1
- github.com/felixge/httpsnoop v1.0.3
- github.com/go-logr/logr v1.2.4
- github.com/go-openapi/jsonpointer v0.19.6
- github.com/go-openapi/jsonreference v0.20.2
- github.com/go-openapi/swag v0.22.3
- github.com/gogo/protobuf v1.3.2
- github.com/golang/protobuf v1.5.3
- github.com/google/gnostic-models v0.6.8
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.3.0
- github.com/gookit/goutil v0.6.12
- github.com/grpc-ecosystem/grpc-gateway v1.16.0
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.13
- github.com/mattn/go-isatty v0.0.19
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/procyon-projects/chrono v1.1.2
- github.com/rs/zerolog v1.31.0
- github.com/sirupsen/logrus v1.9.3
- golang.org/x/net v0.13.0
- golang.org/x/oauth2 v0.8.0
- golang.org/x/sys v0.12.0
- golang.org/x/term v0.10.0
- golang.org/x/text v0.11.0
- golang.org/x/time v0.3.0
- google.golang.org/appengine v1.6.7
- google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
- google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
- google.golang.org/grpc v1.57.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/api v0.28.2
- k8s.io/apimachinery v0.28.2
- k8s.io/client-go v0.28.2
- k8s.io/klog/v2 v2.100.1
- k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
- k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3
- sigs.k8s.io/yaml v1.3.0
go.sum
go
- github.com/fatih/color v1.10.0
- github.com/guineveresaenger/golang-rainbow v0.0.0-20171201190047-7b6c54e09b61
- github.com/inancgumus/prettyslice v0.0.0-20190305220808-d802ba58098f
- github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
- github.com/mattn/go-colorable v0.1.8
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-runewidth v0.0.9
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
- golang.org/x/term v0.0.0-20201117132131-f5c789dd3221
- golang.org/x/text v0.3.0
kubeutil/go.sum
go
- github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.4.0
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
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
- cn.hutool:hutool-all 5.8.9
- javax.xml.bind:jaxb-api 2.3.1
- 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
client/package-lock.json
npm
- 1314 dependencies
client/package.json
npm
- @artsy/fresnel ^1.3.1
- @emotion/react ^11.1.5
- @emotion/styled ^11.1.5
- @progress/kendo-licensing ^1.1.4
- @progress/kendo-react-dropdowns ^4.5.0
- @progress/kendo-react-intl ^4.5.0
- @reduxjs/toolkit ^1.5.0
- @testing-library/jest-dom ^5.11.4
- @testing-library/react ^11.1.0
- @testing-library/user-event ^12.1.10
- @wmik/use-media-recorder ^1.1.0-beta.1
- axios ^0.21.1
- devextreme ^20.2.6
- devextreme-react ^20.2.6
- dotenv ^8.2.0
- file-type ^16.3.0
- formik ^2.2.6
- framer-motion ^4.0.0
- hologram-image-upload ^2.7.6
- js-cookie ^2.2.1
- jsonwebtoken ^8.5.1
- moment ^2.29.1
- qier-player ^1.3.1
- react ^17.0.1
- react-awesome-lightbox ^1.8.0
- react-dom ^17.0.1
- react-dropzone ^11.3.2
- react-dropzone-uploader ^2.11.0
- react-facebook-login ^4.1.1
- react-file-previewer ^0.6.3
- react-file-viewer ^1.2.1
- react-google-login ^5.2.2
- react-input-emoji ^3.1.0
- react-input-tags ^3.0.3
- react-media-recorder ^1.4.0
- react-mentions ^4.1.1
- react-multi-select-component ^4.0.1
- react-player ^2.9.0
- react-redux ^7.2.2
- react-router-dom ^5.2.0
- react-scripts 4.0.3
- react-select ^4.3.0
- react-semantic-ui-datepickers ^2.13.0
- react-tag-input ^6.5.2
- react-tagsinput ^3.19.0
- react-textarea-autosize ^8.3.2
- react-time-ago ^6.2.2
- react-toastify ^7.0.3
- semantic-ui-css ^2.4.1
- semantic-ui-react ^2.0.3
- simple-peer ^9.7.2
- socket.io-client ^2.3.0
- styled-components ^5.1.1
- video-react ^0.14.1
- web-vitals ^1.0.1
- yarn ^1.22.10
- yup ^0.32.9
http-ktp/package.json
npm
- @google-cloud/storage ^2.5.0
- busboy ^0.3.1
- uuid ^3.3.2
package-lock.json
npm
- 1222 dependencies
package.json
npm
FSH.StarterKit.nuspec
nuget
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
Pipfile
pypi
pyproject.toml
pypi
- beautifulsoup4 *
- filelock *
- requests [socks]
- tqdm *
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
- fastlane >= 0
Gemfile.lock
rubygems
- activemodel 4.2.5.1
- activesupport 4.2.5.1
- backports 3.6.8
- bson 1.12.5
- bson_ext 1.12.5
- builder 3.2.2
- bundler 1.10.6
- coffee-script 2.4.1
- coffee-script-source 1.10.0
- daemons 1.2.3
- eco 1.0.0
- eco-source 1.1.0.rc.1
- erubis 2.7.0
- eventmachine 1.0.9.1
- execjs 2.6.0
- hike 1.2.3
- i18n 0.7.0
- json 1.8.3
- minitest 5.8.4
- mongo 1.12.5
- mongo_mapper 0.13.1
- multi_json 1.11.2
- plucky 0.6.6
- rack 1.6.4
- rack-protection 1.5.3
- rack-test 0.6.3
- sinatra 1.4.7
- sinatra-contrib 1.4.6
- sprockets 2.9.4
- sprockets-commonjs 0.0.6
- stylus 1.0.1
- stylus-source 0.49.3
- thin 1.6.4
- thread_safe 0.3.5
- tilt 1.4.1
- tzinfo 1.2.2
- uglifier 2.7.2
- useragent 0.16.3
.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
environment.yml
pypi