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: roCcoPoRtEr2861
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 258 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 Maintainers Copyright 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: roCcoPoRtEr2861
  • Kind: user

GitHub Events

Total
  • Push event: 1,318
  • Create event: 2
Last Year
  • Push event: 1,318
  • Create event: 2

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 *
Cargo.toml cargo
  • mockall 0.11.2 development
  • rstest 0.22.0 development
  • tempfile 3 development
  • aligned-utils 1.0.0
  • anyhow 1.0.31
  • arc-swap 1.7.1
  • async-trait 0.1.48
  • better-as 0.2.0
  • bincode 1.3.3
  • bytes 1.6.0
  • chrono 0.4.19
  • clap 4
  • clippy-utilities 0.1.0
  • crossbeam-channel 0.5.0
  • crossbeam-queue 0.3.1
  • crossbeam-utils 0.8.1
  • dashmap 5.5.3
  • etcd-client 0.11
  • event-listener 2.5.1
  • flate2 1.0.16
  • futures 0.3.5
  • grpcio 0.9.1
  • hashbrown 0.14.3
  • hashlink 0.8.4
  • hyper ^0.14
  • itertools 0.10.0
  • k8s-openapi 0.15.0
  • libc 0.2.79
  • lockfree-cuckoohash 0.1.0
  • memchr 2.3.4
  • nix 0.28.0
  • once_cell 1.7.2
  • opendal 0.43.0
  • parking_lot 0.12.0
  • pin-project-lite 0.2.0
  • priority-queue 1.1.0
  • prometheus 0.13.3
  • protobuf 2.16.2
  • rand 0.8.3
  • rand_distr 0.4.3
  • serde 1.0.126
  • serde-xml-rs 0.6
  • serde_json 1.0.64
  • serfig 0.1.0
  • signal-hook 0.3.17
  • signal-hook-tokio 0.3.1
  • smallvec 1.13.2
  • smol 1.2.4
  • tar 0.4.29
  • thiserror 1.0.22
  • tiny_http 0.10.0
  • tokio 1.32.0
  • tokio-util 0.7.10
  • toml 0.7.3
  • tracing 0.1
  • tracing-subscriber 0.3
  • uuid 1.1.1
  • walkdir 2.3.1
.devcontainer/Dockerfile docker
  • cardano_cli latest build
  • cargo latest build
  • deno latest build
  • haskell latest build
  • kuber latest build
  • nodejs latest build
  • plutus latest build
  • system_deps latest build
  • ubuntu ${UBUNTU_VERSION} build
.github/workflows/aws.yml actions
  • actions/checkout v2 composite
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
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.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/ci-tests.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • aws-actions/configure-aws-credentials v1 composite
  • hashicorp/setup-terraform v2 composite
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
  • JitsiMeetSDK 2.11.0
Dockerfile docker
  • python 3.9-buster build
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
api/Dockerfile docker
  • python latest build
docker-compose.override.yml docker
docker-compose.yml docker
  • mongo latest
  • mongo-express latest
hunter2-lessons/http-header-injection/code/docker-compose.yml docker
Gopkg.lock go
  • github.com/coreos/etcd fca8add78a9d926166eb739b8e4a124434025ba3
  • github.com/coreos/go-semver 8ab6407b697782a06568d4b7f1db25550ec2e4c6
  • github.com/dustin/go-humanize 9f541cc9db5d55bce703bd99987c9d5cb8eea45e
  • github.com/go-ini/ini 358ee7663966325963d4e8b2e1fbd570c5195153
  • github.com/hashicorp/consul 39f93f011e591c842acc8053a7f5972aa6e592fd
  • github.com/hashicorp/go-cleanhttp d5fe4b57a186c716b0e00b8c301cbd9b4182694d
  • github.com/hashicorp/go-rootcerts 6bb64b370b90e7ef1fa532be9e591a81c3493e00
  • github.com/hashicorp/serf d6574a5bb1226678d7010325fb6c985db20ee458
  • github.com/minio/minio-go 70799fe8dae6ecfb6c7d7e9e048fce27f23a1992
  • github.com/mitchellh/go-homedir 3864e76763d94a6df2f9960b16a20a33da9f9a66
  • github.com/mitchellh/mapstructure f15292f7a699fcc1a38a80977f80a046874ba8ac
  • github.com/ogier/pflag 32a05c62658bd1d7c7e75cbc8195de5d585fde0f
  • github.com/pierrre/archivefile e2d100bc74f58ed7d2f41175cd2cf5fe29446399
  • github.com/samuel/go-zookeeper c4fab1ac1bec58281ad0667dc3f0907a9476ac47
  • github.com/sirupsen/logrus 3e01752db0189b9157070a0e1668a620f9a85da2
  • github.com/ugorji/go b4c50a2b199d93b13dc15e78929cfb23bfdf21ab
  • golang.org/x/crypto c126467f60eb25f8f27e5a981f32a87e3965053f
  • golang.org/x/net 3673e40ba22529d22c3fd7c93e97b0ce50fa7bdd
  • golang.org/x/sys e072cadbbdc8dd3d3ffa82b8b4b9304c261d9311
  • golang.org/x/text f21a4dfb5e38f5895301dc265a8def02365cc3d0
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
kubeutil/go.mod go
  • github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
  • gopkg.in/yaml.v2 v2.4.0
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
  • cn.hutool:hutool-all 5.8.16
  • 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
backend/package-lock.json npm
  • 207 dependencies
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-lock.json npm
  • 1773 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
package-lock.json npm
  • 191 dependencies
package.json npm
  • markdownlint ^0.29.0 development
  • markdownlint-cli ^0.35.0 development
FSH.StarterKit.nuspec nuget
composer.json packagist
  • illuminate/console ^9.0|^10.0|^11.0|^12.0 development
  • illuminate/database ^9.0|^10.0|^11.0|^12.0 development
  • illuminate/routing ^9.0|^10.0|^11.0|^12.0 development
  • mockery/mockery ^1.6 development
  • phpunit/phpunit ^9.4 development
  • illuminate/auth ^9.0|^10.0|^11.0|^12.0
  • illuminate/contracts ^9.0|^10.0|^11.0|^12.0
  • illuminate/http ^9.0|^10.0|^11.0|^12.0
  • illuminate/support ^9.0|^10.0|^11.0|^12.0
  • lcobucci/jwt ^4.0
  • nesbot/carbon ^2.69|^3.0
  • php ^8.0
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
cloud_intelligence/pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • camera ^0.4.2
  • chewie ^0.9.6
  • cloud_firestore ^0.9.5
  • cupertino_icons ^0.1.2
  • firebase_core ^0.3.1+1
  • firebase_storage ^2.1.0
  • flutter {"sdk" => "flutter"}
  • http ^0.12.0+2
  • image_picker ^0.6.0+2
  • path_provider ^0.5.0+1
  • uuid 2.0.1
  • video_player ^0.10.0+2
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
  • 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
Pipfile pypi
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.in pypi
  • PyYAML *
  • Werkzeug <1.0
  • argcomplete *
  • boto3 *
  • durationpy *
  • future *
  • hjson *
  • jmespath *
  • kappa ==0.6.0
  • pip >=9.0.1
  • pip-tools *
  • python-dateutil *
  • python-slugify *
  • requests >=2.20.0
  • six *
  • toml *
  • tqdm *
  • troposphere *
  • wheel *
  • wsgi-request-logger *
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
rtd_requirements.txt pypi
  • ipykernel *
  • nbsphinx *
  • numpy ==1.20.0
  • pandas *
  • scikit-learn *
  • scipy *
  • skorch *
setup.py pypi
  • numpy *
  • qmcpy *
  • scikit-learn *
  • scipy *
Gemfile rubygems
  • asciidoctor = 2.0.11
  • asciidoctor-multipage = 0.0.12
  • concurrent-ruby = 1.1.7
  • tilt = 2.0.10
Package.swift swiftpm
environment.yml conda
  • joblib
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • seaborn
  • tpot
  • tqdm
  • watermark
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
go.mod 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-runewidth v0.0.9
  • golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
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