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: roBerTo391466
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 298 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
Notice
Agents
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: roBerTo391466
- Kind: user
- Repositories: 1
- Profile: https://github.com/roBerTo391466
Dependencies
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/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/node.js.yml
actions
- actions/checkout v3 composite
- actions/setup-node v3 composite
.github/workflows/semanticVersionUpdater.yml
actions
- actions/checkout v2 composite
- actions/setup-python v1 composite
- ad-m/github-push-action master composite
.github/workflows/python-app.yml
actions
- EndBug/add-and-commit v4 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
.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
- 171 dependencies
Cargo.toml
cargo
- assert_cmd 2.0.14 development
- axum 0.8.1 development
- bytes 1.6 development
- float-cmp 0.10.0 development
- http-mitm-proxy 0.12.0 development
- jsonschema 0.28.1 development
- lazy_static 1.5.0 development
- predicates 3.1.0 development
- rcgen 0.13.1 development
- regex 1.10.5 development
- anyhow 1.0.86
- average 0.15.1
- base64 0.22.1
- byte-unit 5.1.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
- pin-project-lite 0.2.14
- rand 0.8
- rand_core 0.6.4
- rand_regex 0.17.0
- ratatui 0.29.0
- regex-syntax 0.8.5
- rusqlite 0.32.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.9
- tokio 1.38.1
- tokio-native-tls 0.3.1
- tokio-rustls 0.26.0
- tokio-vsock 0.5.0
- url 2.5.2
project.clj
clojars
- com.google.javascript/closure-compiler r1592
- goog-jar 1.0.0
- hiccup 1.0.0
- markdown-clj 0.8
- noir 1.3.0-beta7
- org.clojure/clojure 1.3.0
- org.clojure/clojurescript 0.0-971
- org.clojure/google-closure-library 0.0-790
- org.mozilla/rhino 1.7R3
- ring-clj-params 0.1.0
MDCSwipeToChoose.podspec
cocoapods
Podfile
cocoapods
- StreamChat ~> 2.2
- VoxeetUXKit ~> 1.3
DESCRIPTION
cran
- base64enc * imports
- glue * imports
- googleAuthR * imports
- jsonlite * imports
- tibble * imports
Dockerfile
docker
- alpine latest build
ambassador_src/Dockerfile
docker
- scratch latest build
api/Dockerfile
docker
- python latest build
docker-compose.yml
docker
gateone/Dockerfile
docker
- arush/gateone latest build
hunter2-lessons/http-header-injection/code/Dockerfile
docker
- python 3.7 build
udacity-c3-deployment/docker/Dockerfile
docker
- nginx alpine build
go.mod
go
- dario.cat/mergo v1.0.1
- github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5
- github.com/Masterminds/goutils v1.1.1
- github.com/Masterminds/semver/v3 v3.3.0
- github.com/Masterminds/sprig/v3 v3.3.0
- github.com/PuerkitoBio/purell v1.1.1
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
- github.com/agext/levenshtein v1.2.1
- github.com/apparentlymart/go-textseg/v15 v15.0.0
- github.com/armon/go-radix v1.0.0
- github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
- github.com/bgentry/speakeasy v0.1.0
- github.com/cenkalti/backoff/v4 v4.3.0
- github.com/container-storage-interface/spec v1.11.0
- github.com/containerd/console v1.0.4
- github.com/containerd/fifo v1.0.0
- github.com/containernetworking/cni v1.2.3
- github.com/containernetworking/plugins v1.0.1
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/dustin/go-humanize v1.0.1
- github.com/fatih/color v1.18.0
- github.com/firecracker-microvm/firecracker-go-sdk v1.0.0
- github.com/go-jose/go-jose/v3 v3.0.4
- github.com/go-jose/go-jose/v4 v4.0.5
- github.com/go-ole/go-ole v1.2.6
- github.com/go-openapi/analysis v0.21.2
- github.com/go-openapi/errors v0.20.2
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.19.6
- github.com/go-openapi/loads v0.21.1
- github.com/go-openapi/runtime v0.24.0
- github.com/go-openapi/spec v0.20.4
- github.com/go-openapi/strfmt v0.21.2
- github.com/go-openapi/swag v0.21.1
- github.com/go-openapi/validate v0.22.0
- github.com/go-stack/stack v1.8.1
- github.com/gojuno/minimock/v3 v3.0.6
- github.com/golang/protobuf v1.5.4
- github.com/google/btree v1.1.2
- github.com/google/go-cmp v0.6.0
- github.com/google/uuid v1.6.0
- github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
- github.com/hashicorp/consul/api v1.30.0
- github.com/hashicorp/cronexpr v1.1.2
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-bexpr v0.1.14
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-hclog v1.6.3
- github.com/hashicorp/go-immutable-radix v1.3.1
- github.com/hashicorp/go-immutable-radix/v2 v2.1.0
- github.com/hashicorp/go-kms-wrapping/v2 v2.0.18
- github.com/hashicorp/go-metrics v0.5.3
- github.com/hashicorp/go-metrics v0.5.4
- github.com/hashicorp/go-msgpack/v2 v2.1.3
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-plugin v1.6.2
- github.com/hashicorp/go-retryablehttp v0.7.7
- github.com/hashicorp/go-rootcerts v1.0.2
- github.com/hashicorp/go-secure-stdlib/listenerutil v0.1.9
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9
- github.com/hashicorp/go-secure-stdlib/reloadutil v0.1.1
- github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
- github.com/hashicorp/go-secure-stdlib/tlsutil v0.1.3
- github.com/hashicorp/go-set/v2 v2.1.0
- github.com/hashicorp/go-set/v3 v3.0.0
- github.com/hashicorp/go-sockaddr v1.0.7
- github.com/hashicorp/go-uuid v1.0.3
- github.com/hashicorp/go-version v1.7.0
- github.com/hashicorp/golang-lru v1.0.2
- github.com/hashicorp/golang-lru/v2 v2.0.1
- github.com/hashicorp/hcl v1.0.1-vault-3
- github.com/hashicorp/hcl/v2 v2.20.2-0.20240517235513-55d9c02d147d
- github.com/hashicorp/memberlist v0.5.3
- github.com/hashicorp/nomad v1.9.7
- github.com/hashicorp/raft v1.7.1
- github.com/hashicorp/raft-autopilot v0.1.6
- github.com/hashicorp/serf v0.10.2-0.20240320153621-5d32001edfaa
- github.com/hashicorp/vault/api v1.15.0
- github.com/hashicorp/yamux v0.1.2
- github.com/hpcloud/tail v1.0.1-0.20170814160653-37f427138745
- github.com/huandu/xstrings v1.5.0
- github.com/jefferai/isbadcipher v0.0.0-20190226160619-51d2077c035f
- github.com/josharian/intern v1.0.0
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
- github.com/mailru/easyjson v0.7.7
- github.com/mattn/go-colorable v0.1.14
- github.com/mattn/go-isatty v0.0.20
- github.com/miekg/dns v1.1.62
- github.com/mitchellh/cli v1.1.5
- github.com/mitchellh/copystructure v1.2.0
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770
- github.com/mitchellh/go-wordwrap v1.0.1
- github.com/mitchellh/hashstructure v1.1.0
- github.com/mitchellh/mapstructure v1.5.0
- github.com/mitchellh/pointerstructure v1.2.1
- github.com/mitchellh/reflectwalk v1.0.2
- github.com/moby/sys/mount v0.3.4
- github.com/moby/sys/mountinfo v0.7.2
- github.com/oklog/run v1.1.0
- github.com/oklog/ulid v1.3.1
- github.com/opentracing/opentracing-go v1.2.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/posener/complete v1.2.3
- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
- github.com/rogpeppe/go-internal v1.13.1
- github.com/ryanuber/go-glob v1.0.0
- github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
- github.com/shirou/gopsutil v3.21.11+incompatible
- github.com/shirou/gopsutil/v3 v3.24.5
- github.com/shoenig/go-landlock v1.2.2
- github.com/shoenig/go-m1cpu v0.1.6
- github.com/shoenig/test v1.12.0
- github.com/shopspring/decimal v1.4.0
- github.com/sirupsen/logrus v1.9.3
- github.com/spf13/cast v1.7.0
- github.com/tklauser/go-sysconf v0.3.12
- github.com/tklauser/numcpus v0.6.1
- github.com/vishvananda/netlink v1.2.1-beta.2
- github.com/vishvananda/netns v0.0.4
- github.com/vmihailenco/msgpack/v5 v5.3.5
- github.com/vmihailenco/tagparser/v2 v2.0.0
- github.com/yusufpapurcu/wmi v1.2.4
- github.com/zclconf/go-cty v1.16.2
- go.mongodb.org/mongo-driver v1.8.3
- golang.org/x/crypto v0.36.0
- golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
- golang.org/x/mod v0.23.0
- golang.org/x/net v0.34.0
- golang.org/x/sync v0.12.0
- golang.org/x/sys v0.31.0
- golang.org/x/text v0.23.0
- golang.org/x/time v0.10.0
- golang.org/x/tools v0.28.0
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f
- google.golang.org/grpc v1.69.4
- google.golang.org/protobuf v1.36.3
- gopkg.in/fsnotify.v1 v1.4.7
- gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
- gopkg.in/yaml.v2 v2.4.0
- kernel.org/pub/linux/libs/security/libcap/psx v1.2.71
- oss.indeed.com/go/libtime v1.6.0
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
android/build.gradle
maven
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
- javax.xml.bind:jaxb-api 2.3.1
backend/package-lock.json
npm
- 207 dependencies
client/package-lock.json
npm
- 194 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
- 245 dependencies
package.json
npm
- markdownlint ^0.29.0 development
- markdownlint-cli ^0.35.0 development
yarn.lock
npm
- 970 dependencies
FSH.StarterKit.nuspec
nuget
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
- 197 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
environment.yml
pypi
- googlemaps *
- twitter *
requirement.txt
pypi
- Pillow ==8.4.0
- boto3 ==1.20.26
- botocore ==1.23.54
- jmespath ==0.10.0
- numpy ==1.21.6
- pycryptodome ==3.4.3
- python-dateutil ==2.8.2
- s3transfer ==0.5.2
- setuptools ==47.1.0
- six ==1.16.0
- urllib3 ==1.26.12
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
Gemfile
rubygems
Gemfile.lock
rubygems
- actioncable 5.2.6
- actionmailer 5.2.6
- actionpack 5.2.6
- actionview 5.2.6
- activejob 5.2.6
- activemodel 5.2.6
- activerecord 5.2.6
- activestorage 5.2.6
- activesupport 5.2.6
- addressable 2.8.0
- archive-zip 0.12.0
- arel 9.0.0
- bcrypt 3.1.16
- bindex 0.8.1
- bootsnap 1.8.1
- builder 3.2.4
- bundler 2.2.27
- byebug 11.1.3
- capybara 3.35.3
- childprocess 3.0.0
- chromedriver-helper 2.1.1
- chronic 0.10.2
- coffee-rails 4.2.2
- coffee-script 2.4.1
- coffee-script-source 1.12.2
- concurrent-ruby 1.1.9
- crass 1.0.6
- devise 4.8.0
- erubi 1.10.0
- execjs 2.8.1
- ffi 1.15.4
- globalid 0.5.2
- httparty 0.18.1
- i18n 1.8.10
- io-like 0.3.1
- jbuilder 2.11.2
- jquery-rails 4.4.0
- listen 3.1.5
- loofah 2.12.0
- mail 2.7.1
- marcel 1.0.1
- method_source 1.0.0
- mime-types 3.3.1
- mime-types-data 3.2021.0901
- mini_mime 1.1.1
- minitest 5.14.4
- msgpack 1.4.2
- multi_xml 0.6.0
- nio4r 2.5.8
- nokogiri 1.12.4
- orm_adapter 0.5.0
- public_suffix 4.0.6
- puma 3.12.6
- racc 1.5.2
- rack 2.2.3
- rack-test 1.1.0
- rails 5.2.6
- rails-dom-testing 2.0.3
- rails-html-sanitizer 1.4.2
- rails_12factor 0.0.3
- rails_serve_static_assets 0.0.5
- rails_stdout_logging 0.0.5
- railties 5.2.6
- rake 13.0.6
- razorpay 2.4.1
- rb-fsevent 0.11.0
- rb-inotify 0.10.1
- regexp_parser 2.1.1
- responders 3.0.1
- ruby_dep 1.5.0
- rubyzip 2.3.2
- sass 3.7.4
- sass-listen 4.0.0
- sass-rails 5.1.0
- selenium-webdriver 3.142.7
- spring 2.1.1
- spring-watcher-listen 2.0.1
- sprockets 3.7.2
- sprockets-rails 3.2.2
- sqlite3 1.4.2
- thor 1.1.0
- thread_safe 0.3.6
- tilt 2.0.10
- tzinfo 1.2.9
- uglifier 4.2.0
- warden 1.2.9
- web-console 3.7.0
- websocket-driver 0.7.5
- websocket-extensions 0.1.5
- whenever 1.0.0
- xpath 3.2.0
Package.swift
swiftpm