ok879azy

nothing to do

https://github.com/gjvkf2/ok879azy

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: GJvkf2
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 339 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 Governance Roadmap Authors Notice 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: GJvkf2
  • Kind: user

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.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/build_wheels_and_dev.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish v1.8.3 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
.github/workflows/starcharts.yml actions
  • MaoLongLong/actions-starcharts main 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
  • 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
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
Podfile cocoapods
  • JitsiMeetSDK >= 0
Dockerfile docker
  • alpine latest build
Project_1/Dockerfile docker
  • golang 1.21 build
  • scratch latest build
ambassador_src/Dockerfile docker
  • scratch latest build
api/Dockerfile docker
  • python latest build
docker-compose.yml docker
  • postgres 13-alpine
  • redis alpine
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
backend/package-lock.json npm
  • 166 dependencies
backend/package.json npm
  • bcrypt ^5.1.0
  • body-parser ^1.20.2
  • cors ^2.8.5
  • dotenv ^16.0.3
  • express ^4.18.2
  • mongoose ^7.0.4
  • nodemon ^2.0.22
client/package-lock.json npm
  • 1314 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
AuthService/AuthService.csproj nuget
  • Google.Apis.Auth 1.57.0
  • Microsoft.AspNet.WebApi.Cors 5.2.8
  • Microsoft.AspNetCore.Authentication.JwtBearer 6.0.5
  • Microsoft.EntityFrameworkCore 6.0.5
  • Microsoft.IdentityModel.Tokens 6.17.0
  • Newtonsoft.Json 13.0.1
  • Serilog.AspNetCore 5.0.0
  • Swashbuckle.AspNetCore 6.2.3
  • System.IdentityModel.Tokens.Jwt 6.17.0
FSH.StarterKit.nuspec nuget
composer.json packagist
  • magento/framework 103.0.*
  • magento/module-backend 102.0.*
  • magepal/magento2-core >=1.1.11
  • php ~7.3.0|~7.4.0|~8.1.0|~8.2.0|~8.3.0
AmazonBedrock/requirements.txt pypi
  • anthropic ==0.21.3
  • awscli ==1.32.74
  • boto3 ==1.34.74
  • botocore ==1.34.74
  • pickleshare ==0.7.5
Heart_Failure_Prediction/requirements.txt pypi
  • GitPython ==3.1.32
  • catboost ==1.2
  • category-encoders ==2.6.1
  • gitdb ==4.0.10
  • graphviz ==0.20.1
  • joblib ==1.2.0
  • matplotlib ==3.5.3
  • matplotlib-inline ==0.1.6
  • mdit-py-plugins ==0.3.3
  • numpy ==1.23.5
  • pandas ==1.4.3
  • plotly ==5.15.0
  • plotly-resampler ==0.9.1
  • scikit-base ==0.5.0
  • scikit-learn ==1.2.0
  • scikit-plot ==0.3.7
  • scipy ==1.10.0
  • seaborn ==0.12.2
  • zipp ==3.16.2
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
dev-requirements.txt pypi
  • pre-commit * development
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
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/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/maven.yml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • advanced-security/maven-dependency-submission-action v4.1.0 composite
.github/workflows/dockerimage.yml actions
  • actions/checkout master composite
Backend/requirements.txt pypi
  • Django *
  • Pillow *
  • django-cors-headers *
  • folium ==0.2.1
  • ipython *
  • matplotlib *
  • numpy *
  • opencv-python *
  • pandas *
  • pdflatex *
  • pylatex *
  • scikit-image *
  • tensorflow *
.github/workflows/microservice-ui.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action 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