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: gu729iLlErmo
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 186 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 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: gu729iLlErmo
  • Kind: user

GitHub Events

Total
  • Push event: 940
  • Create event: 1
Last Year
  • Push event: 940
  • Create event: 1

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • python latest build
Cargo.lock cargo
  • 372 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.yaml actions
  • actions/checkout v3 composite
  • rhysd/action-setup-vim v1 composite
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
API Basejumps/File-Metadata-Microservice/package.json npm
  • nodemon ^1.8.1 development
  • dotenv ^2.0.0
  • express ^4.13.4
  • jade ^1.11.0
  • mongoose ^4.3.7
  • multer ^1.1.0
  • npmlog ^2.0.1
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/continuousIntegration.yml actions
  • actions/checkout v3 composite
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
bower.json bower
QorumLogs.podspec cocoapods
api/Dockerfile docker
  • python latest 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/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/charmbracelet/bubbles v0.20.0
  • github.com/charmbracelet/bubbletea v1.1.1
  • github.com/charmbracelet/lipgloss v0.13.0
  • github.com/charmbracelet/x/ansi v0.3.2
  • github.com/charmbracelet/x/term v0.2.0
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.2
  • github.com/rivo/uniseg v0.4.7
  • github.com/sahilm/fuzzy v0.1.1
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • golang.org/x/sync v0.8.0
  • golang.org/x/sys v0.25.0
  • golang.org/x/text v0.18.0
  • gopkg.in/yaml.v3 v3.0.1
mix.exs hex
  • comeonin ~> 2.5.3
  • cowboy ~> 1.0
  • credo ~> 0.4.11
  • ex_machina ~> 1.0.2
  • exactor ~> 2.2.0
  • guardian ~> 0.13.0
  • hound ~> 1.0.2
  • mix_test_watch ~> 0.2
  • phoenix ~> 1.2.1
  • phoenix_ecto ~> 3.0.1
  • phoenix_html ~> 2.6.2
  • phoenix_live_reload ~> 1.0
  • phoenix_pubsub ~> 1.0
  • postgrex >= 0.0.0
build.gradle maven
build.gradle.kts maven
pom.xml maven
base-blog-em/package-lock.json npm
  • 323 dependencies
package-lock.json npm
  • 1351 dependencies
package.json npm
  • @babel/core 7.9.0 development
  • @babel/preset-env 7.9.0 development
  • @babel/preset-react 7.9.4 development
  • babel-loader 8.1.0 development
  • file-loader 6.0.0 development
  • nodemon 2.0.2 development
  • webpack 4.42.1 development
  • webpack-cli 3.3.11 development
  • webpack-dev-middleware 3.7.2 development
  • webpack-hot-middleware 2.25.0 development
  • webpack-node-externals 1.7.2 development
  • @hot-loader/react-dom 16.13.0
  • @material-ui/core 4.9.8
  • @material-ui/icons 4.9.1
  • body-parser 1.19.0
  • compression 1.7.4
  • cookie-parser 1.4.5
  • cors 2.8.5
  • express 4.17.1
  • express-jwt 5.3.1
  • formidable 1.2.2
  • helmet 3.22.0
  • jsonwebtoken 8.5.1
  • lodash 4.17.15
  • mongoose 5.9.7
  • react 16.13.1
  • react-dom 16.13.1
  • react-hot-loader 4.12.20
  • react-router 5.1.2
  • react-router-dom 5.1.2
src/package.json npm
  • nodemon ^2.0.15 development
  • bcrypt ^5.0.1
  • body-parser ^1.19.1
  • cors ^2.8.5
  • express ^4.17.2
  • http-status ^1.5.0
  • jsonwebtoken ^8.5.1
  • mysql2 ^2.3.3
  • nodemailer ^6.7.2
  • sequelize ^6.12.0
FSH.StarterKit.nuspec nuget
composer.json packagist
  • fakerphp/faker ^1.9.1 development
  • laravel/pint ^1.0 development
  • laravel/sail ^1.18 development
  • mockery/mockery ^1.4.4 development
  • nunomaduro/collision ^7.0 development
  • phpunit/phpunit ^10.1 development
  • spatie/laravel-ignition ^2.0 development
  • barryvdh/laravel-dompdf ^2.2
  • guzzlehttp/guzzle ^7.2
  • laravel/framework ^10.10
  • laravel/sanctum ^3.3
  • laravel/tinker ^2.8
  • php ^8.1
exploreapp/pubspec.lock pub
  • async 2.2.0
  • boolean_selector 1.0.4
  • charcode 1.1.2
  • cloud_firestore 0.12.9
  • collection 1.14.11
  • connectivity 0.4.3+7
  • cupertino_icons 0.1.2
  • firebase_core 0.4.0+8
  • flutter 0.0.0
  • flutter_test 0.0.0
  • google_maps_flutter 0.5.20+1
  • matcher 0.12.5
  • meta 1.1.6
  • path 1.6.2
  • pedantic 1.7.0
  • quiver 2.0.3
  • rxdart 0.22.1+1
  • shared_preferences 0.5.3+4
  • sky_engine 0.0.99
  • source_span 1.5.5
  • stack_trace 1.9.3
  • stream_channel 2.0.0
  • string_scanner 1.0.4
  • term_glyph 1.1.0
  • test_api 0.2.5
  • typed_data 1.1.6
  • url_launcher 5.1.2
  • vector_math 2.0.8
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
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
Gemfile rubygems
.github/workflows/azure-static-web-apps-white-cliff-0e42aad10.yml actions
  • Azure/static-web-apps-deploy v1 composite
  • actions/checkout v3 composite
  • actions/github-script v6 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
Cargo.toml cargo
client/package.json npm
  • @types/node ^18.15.3 development
  • @types/react ^18.0.28 development
  • @types/react-dom ^18.0.11 development
  • @types/react-transition-group ^4.4.5 development
  • @vitejs/plugin-react ^3.1.0 development
  • typescript ^4.9.3 development
  • vite ^4.2.0 development
  • axios ^1.3.4
  • gh-pages ^5.0.0
  • jwt-decode ^3.1.2
  • moment-timezone ^0.5.43
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-hook-form ^7.43.8
  • react-paginate ^8.1.5
  • react-popper ^2.3.0
  • react-router-dom ^6.9.0
  • react-toastify ^9.1.2
  • react-transition-group ^4.4.5
  • sass ^1.59.3
  • swiper ^9.2.0
Podfile cocoapods
  • JitsiMeetSDK >= 0
cloud-native-backend/Dockerfile docker
  • python 3.8-slim build
.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
code-duel-arena/package-lock.json npm
  • @esbuild/aix-ppc64 0.25.8 development
  • @esbuild/android-arm 0.25.8 development
  • @esbuild/android-arm64 0.25.8 development
  • @esbuild/android-x64 0.25.8 development
  • @esbuild/darwin-arm64 0.25.8 development
  • @esbuild/darwin-x64 0.25.8 development
  • @esbuild/freebsd-arm64 0.25.8 development
  • @esbuild/freebsd-x64 0.25.8 development
  • @esbuild/linux-arm 0.25.8 development
  • @esbuild/linux-arm64 0.25.8 development
  • @esbuild/linux-ia32 0.25.8 development
  • @esbuild/linux-loong64 0.25.8 development
  • @esbuild/linux-mips64el 0.25.8 development
  • @esbuild/linux-ppc64 0.25.8 development
  • @esbuild/linux-riscv64 0.25.8 development
  • @esbuild/linux-s390x 0.25.8 development
  • @esbuild/linux-x64 0.25.8 development
  • @esbuild/netbsd-arm64 0.25.8 development
  • @esbuild/netbsd-x64 0.25.8 development
  • @esbuild/openbsd-arm64 0.25.8 development
  • @esbuild/openbsd-x64 0.25.8 development
  • @esbuild/openharmony-arm64 0.25.8 development
  • @esbuild/sunos-x64 0.25.8 development
  • @esbuild/win32-arm64 0.25.8 development
  • @esbuild/win32-ia32 0.25.8 development
  • @esbuild/win32-x64 0.25.8 development
  • @rollup/rollup-android-arm-eabi 4.45.1 development
  • @rollup/rollup-android-arm64 4.45.1 development
  • @rollup/rollup-darwin-arm64 4.45.1 development
  • @rollup/rollup-darwin-x64 4.45.1 development
  • @rollup/rollup-freebsd-arm64 4.45.1 development
  • @rollup/rollup-freebsd-x64 4.45.1 development
  • @rollup/rollup-linux-arm-gnueabihf 4.45.1 development
  • @rollup/rollup-linux-arm-musleabihf 4.45.1 development
  • @rollup/rollup-linux-arm64-gnu 4.45.1 development
  • @rollup/rollup-linux-arm64-musl 4.45.1 development
  • @rollup/rollup-linux-loongarch64-gnu 4.45.1 development
  • @rollup/rollup-linux-powerpc64le-gnu 4.45.1 development
  • @rollup/rollup-linux-riscv64-gnu 4.45.1 development
  • @rollup/rollup-linux-riscv64-musl 4.45.1 development
  • @rollup/rollup-linux-s390x-gnu 4.45.1 development
  • @rollup/rollup-linux-x64-gnu 4.45.1 development
  • @rollup/rollup-linux-x64-musl 4.45.1 development
  • @rollup/rollup-win32-arm64-msvc 4.45.1 development
  • @rollup/rollup-win32-ia32-msvc 4.45.1 development
  • @rollup/rollup-win32-x64-msvc 4.45.1 development
  • @types/estree 1.0.8 development
  • esbuild 0.25.8 development
  • fdir 6.4.6 development
  • fsevents 2.3.3 development
  • nanoid 3.3.11 development
  • picocolors 1.1.1 development
  • picomatch 4.0.3 development
  • postcss 8.5.6 development
  • rollup 4.45.1 development
  • source-map-js 1.2.1 development
  • tinyglobby 0.2.14 development
  • vite 7.0.6 development
  • @codemirror/autocomplete 6.18.6
  • @codemirror/commands 6.8.1
  • @codemirror/lang-python 6.2.1
  • @codemirror/language 6.11.2
  • @codemirror/lint 6.8.5
  • @codemirror/search 6.5.11
  • @codemirror/state 6.5.2
  • @codemirror/theme-one-dark 6.1.3
  • @codemirror/view 6.38.1
  • @lezer/common 1.2.3
  • @lezer/highlight 1.2.1
  • @lezer/lr 1.4.2
  • @lezer/python 1.1.18
  • @marijn/find-cluster-break 1.0.2
  • codemirror 6.0.2
  • crelt 1.0.6
  • style-mod 4.1.2
  • w3c-keyname 2.2.8
project/Sprint4/requirements-dev.txt pypi
  • pytest ==6.2.5 development
environment.yml conda
  • imageio
  • jupytext
  • matplotlib
  • myst-nb
  • numpy
  • pandas
  • pooch
  • scipy
  • sphinx
  • sphinx-book-theme
  • sphinx-copybutton
challenges/typescript/package-lock.json npm
  • 119 dependencies