ft8ig0y

nothing to do

https://github.com/cpcgksze1/ft8ig0y

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: CpcgKSzE1
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 234 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 Copyright Dco Cla

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: CpcgKSzE1
  • Kind: user

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Cargo.toml cargo
DESCRIPTION cran
  • R >= 3.4.1 depends
Cargo.lock cargo
  • 216 dependencies
.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
bower.json bower
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
compile-build-date/Cargo.toml cargo
Podfile cocoapods
  • JitsiMeetSDK >= 0
Dockerfile docker
  • nvcr.io/nvidia/cuda 10.0-cudnn7-runtime-ubuntu18.04 build
ambassador_src/Dockerfile docker
  • scratch latest build
docker-compose-builder.yml docker
docker-compose.yml docker
  • compiler-backend latest
  • compiler-frontend latest
  • mysql latest
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
go.sum go
  • github.com/VividCortex/ewma v1.1.1
  • github.com/cheggaaa/pb/v3 v3.0.4
  • github.com/fatih/color v1.7.0
  • github.com/mattn/go-colorable v0.1.2
  • github.com/mattn/go-isatty v0.0.8
  • github.com/mattn/go-isatty v0.0.10
  • github.com/mattn/go-runewidth v0.0.7
  • golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
  • golang.org/x/sys v0.0.0-20191008105621-543471e840be
  • golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9
Prj-Android/build.gradle maven
build.gradle maven
build.gradle.kts maven
pom.xml maven
client/package-lock.json npm
  • 1773 dependencies
package-lock.json npm
  • 1234 dependencies
package.json npm
  • grunt ^0.4.5 development
  • grunt-browserify ^4.0.1 development
  • grunt-contrib-concat ^0.5.1 development
  • grunt-contrib-copy ^0.8.1 development
  • grunt-contrib-jshint ~0.10.0 development
  • grunt-contrib-nodeunit ~0.4.1 development
  • grunt-contrib-sass ^0.9.2 development
  • grunt-contrib-uglify ^0.9.2 development
  • grunt-contrib-watch ^0.6.1 development
  • grunt-ng-annotate ^1.0.1 development
  • grunt-string-replace ^1.2.0 development
  • angular 1.4.*
  • angular-animate 1.4.*
  • angular-aria 1.4.*
  • angular-chart.js 0.8.*
  • angular-route 1.4.*
  • angular-sanitize 1.4.*
  • angular-ui-bootstrap 0.13.*
  • chart.js 1.0.*
  • jquery 2.1.*
yarn.lock npm
  • 970 dependencies
FSH.StarterKit.nuspec nuget
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
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
Pipfile pypi
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
  • torch *
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
  • addressable 2.7.0
  • ast 2.4.1
  • bundler 1.17.2
  • byebug 11.1.3
  • coderay 1.1.3
  • colored 1.2
  • diff-lcs 1.4.4
  • domain_name 0.5.20190701
  • ffi 1.13.1
  • ffi-compiler 1.0.1
  • http 4.4.1
  • http-cookie 1.0.3
  • http-form_data 2.3.0
  • http-parser 1.2.1
  • method_source 1.0.0
  • parallel 1.19.2
  • parser 2.7.1.4
  • pry 0.13.1
  • pry-byebug 3.9.0
  • public_suffix 4.0.5
  • rainbow 3.0.0
  • rake 13.0.1
  • regexp_parser 1.7.1
  • rexml 3.2.4
  • rspec 3.9.0
  • rspec-core 3.9.2
  • rspec-expectations 3.9.2
  • rspec-mocks 3.9.1
  • rspec-support 3.9.3
  • rubocop 0.90.0
  • rubocop-ast 0.3.0
  • ruby-progressbar 1.10.1
  • unf 0.1.4
  • unf_ext 0.0.7.7
  • unicode-display_width 1.7.0
.github/workflows/build-evaluation.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
  • docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
.github/workflows/node.js.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
Examples/LikedOrNope/Podfile cocoapods
  • MDCSwipeToChoose >= 0
environment.yml conda
  • imageio
  • jupytext
  • matplotlib
  • myst-nb
  • numpy
  • pandas
  • pooch
  • scipy
  • sphinx
  • sphinx-book-theme
  • sphinx-copybutton