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: 9 months ago · JSON representation

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: AUGUS4751TUst
  • License: apache-2.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 362 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 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: AUGUS4751TUst
  • Kind: user

GitHub Events

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/google.yml/Nate158goole actions
.github/workflows/drawing_service.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/aws.yml actions
  • actions/checkout v2 composite
Cargo.lock cargo
  • 488 dependencies
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
DESCRIPTION cran
  • MASS * imports
  • broom * imports
  • lavaan * imports
  • magrittr * imports
  • psych * imports
  • rlang * imports
  • robust * imports
  • robustlmm * imports
  • tibble * imports
  • tidyselect * imports
Dockerfile docker
  • node 18-alpine build
  • postgres 14-alpine build
Project_1/Dockerfile docker
  • golang 1.21 build
  • scratch latest build
FSH.StarterKit.nuspec nuget
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
Gemfile rubygems
  • bson_ext >= 0
  • coffee-script >= 0
  • eco >= 0
  • erubis >= 0
  • mongo_mapper >= 0
  • sinatra >= 0
  • sinatra-contrib >= 0
  • sprockets >= 0
  • sprockets-commonjs >= 0
  • stylus >= 0
  • thin >= 0
  • uglifier >= 0
  • useragent >= 0
.devcontainer/docker-compose.yml docker
  • robertinoiog/cardano-node 1.35.5-v3
  • robertinoiog/plutus-pioneer-program-4 v6
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
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
bower.json bower
docker-compose.yml docker
  • abin11/tutortrek_client latest
  • abin11/tutortrek_server latest
  • certbot/certbot latest
  • nginx alpine
  • redis latest
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
go.mod 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
go.sum go
  • 111 dependencies
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
android/CloudVision/build.gradle maven
backend/build.gradle maven
  • org.hibernate.orm:hibernate-community-dialects 6.6.2.Final implementation
  • org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 implementation
  • org.springframework.boot:spring-boot-starter * implementation
  • org.springframework.boot:spring-boot-starter-actuator * implementation
  • org.springframework.boot:spring-boot-starter-oauth2-resource-server * implementation
  • org.springframework.boot:spring-boot-starter-web * implementation
  • org.springframework.data:spring-data-jpa * implementation
  • org.springframework:spring-jdbc 6.2.0 implementation
  • org.xerial:sqlite-jdbc 3.47.0.0 implementation
  • org.springframework.boot:spring-boot-starter-test * testImplementation
  • org.junit.platform:junit-platform-launcher * testRuntimeOnly
build.gradle 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
backend/package-lock.json npm
  • 207 dependencies
code-duel-arena/package.json npm
  • vite ^7.0.4 development
  • @codemirror/commands ^6.8.1
  • @codemirror/lang-python ^6.2.1
  • @codemirror/state ^6.5.2
  • @codemirror/theme-one-dark ^6.1.3
  • @codemirror/view ^6.38.1
  • codemirror ^6.0.2
package-lock.json npm
  • 245 dependencies
package.json npm
  • @material-ui/core ^4.9.7
  • @material-ui/icons ^4.9.1
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.3.2
  • @testing-library/user-event ^7.1.2
  • antd ^4.1.4
  • bootstrap ^4.4.1
  • concurrently ^5.1.0
  • cors ^2.8.5
  • express ^4.17.1
  • faker ^4.1.0
  • nodemon ^2.0.2
  • react ^16.13.1
  • react-bootstrap ^1.0.0
  • react-css-grid ^2.0.0-0
  • react-dom ^16.13.1
  • react-flexbox-grid ^2.1.2
  • react-grid-layout ^0.18.3
  • react-grid-system ^6.3.0
  • react-native ^0.62.1
  • react-router ^5.1.2
  • react-router-dom ^5.1.2
  • react-scripts 3.4.1
  • reactstrap ^8.4.1
  • socket.io ^2.3.0
  • socket.io-client ^2.3.0
  • standard ^14.3.3
  • xss ^1.0.8
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
composer.json packagist
  • php >=7.2
  • symplify/easy-coding-standard ^9.3
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
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
pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk" => "flutter"}
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
scraper_requirements.txt pypi
  • numpy ==1.24.3
  • opencv-python ==4.8.0.74
setup.py pypi
  • matplotlib *
  • multipledispatch *
  • numpy *
  • pandas *
.github/workflows/dockerimage.yml actions
  • actions/checkout master composite
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite
  • rhysd/action-setup-vim v1 composite