df0yjnjy

nothing to do

https://github.com/y90xwij/df0yjnjy

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

GitHub Events

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.docker-compose-okteto.yml docker
  • mongo latest
.github/workflows/actions/action.yml actions
  • actions/cache v3.0.4 composite
  • actions/setup-java v3 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/lychee.yml actions
  • actions/checkout v3 composite
  • lycheeverse/lychee-action v1.5.1 composite
  • peter-evans/create-issue-from-file v4 composite
Cargo.lock cargo
  • aho-corasick 1.1.2
  • autocfg 1.1.0
  • bit-set 0.5.3
  • bit-vec 0.6.3
  • bitflags 1.3.2
  • cfg-if 1.0.0
  • crossterm 0.26.1
  • crossterm_winapi 0.9.1
  • fancy-regex 0.13.0
  • getrandom 0.2.12
  • itoa 1.0.10
  • libc 0.2.153
  • lock_api 0.4.11
  • log 0.4.20
  • memchr 2.7.1
  • mio 0.8.10
  • parking_lot 0.12.1
  • parking_lot_core 0.9.9
  • ppv-lite86 0.2.17
  • proc-macro2 1.0.78
  • quote 1.0.35
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.4
  • redox_syscall 0.4.1
  • regex-automata 0.4.5
  • regex-syntax 0.8.2
  • ryu 1.0.16
  • scopeguard 1.2.0
  • serde 1.0.196
  • serde_derive 1.0.196
  • serde_json 1.0.113
  • signal-hook 0.3.17
  • signal-hook-mio 0.2.3
  • signal-hook-registry 1.4.1
  • smallvec 1.13.1
  • syn 2.0.48
  • unicode-ident 1.0.12
  • wasi 0.11.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
  • windows-sys 0.48.0
  • windows-targets 0.48.5
  • windows_aarch64_gnullvm 0.48.5
  • windows_aarch64_msvc 0.48.5
  • windows_i686_gnu 0.48.5
  • windows_i686_msvc 0.48.5
  • windows_x86_64_gnu 0.48.5
  • windows_x86_64_gnullvm 0.48.5
  • windows_x86_64_msvc 0.48.5
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
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/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/release.yml actions
  • actions/checkout master composite
  • actions/setup-go v1 composite
  • goreleaser/goreleaser-action v1 composite
Dockerfile docker
  • python 3.9-buster build
Project_1/Dockerfile docker
  • golang 1.21 build
  • scratch latest build
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
docker-compose.yml docker
  • redis alpine
go.mod go
  • github.com/argoproj/argo-rollouts v1.6.0
  • github.com/argoproj/pkg v0.13.6
  • github.com/davecgh/go-spew v1.1.1
  • github.com/emicklei/go-restful/v3 v3.10.1
  • github.com/felixge/httpsnoop v1.0.3
  • github.com/go-logr/logr v1.2.4
  • github.com/go-openapi/jsonpointer v0.19.6
  • github.com/go-openapi/jsonreference v0.20.2
  • github.com/go-openapi/swag v0.22.3
  • github.com/gogo/protobuf v1.3.2
  • github.com/golang/protobuf v1.5.3
  • github.com/google/gnostic-models v0.6.8
  • github.com/google/go-cmp v0.5.9
  • github.com/google/gofuzz v1.2.0
  • github.com/google/uuid v1.3.0
  • github.com/gookit/goutil v0.6.12
  • github.com/grpc-ecosystem/grpc-gateway v1.16.0
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
  • github.com/procyon-projects/chrono v1.1.2
  • github.com/rs/zerolog v1.31.0
  • github.com/sirupsen/logrus v1.9.3
  • golang.org/x/net v0.13.0
  • golang.org/x/oauth2 v0.8.0
  • golang.org/x/sys v0.12.0
  • golang.org/x/term v0.10.0
  • golang.org/x/text v0.11.0
  • golang.org/x/time v0.3.0
  • google.golang.org/appengine v1.6.7
  • google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54
  • google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
  • google.golang.org/grpc v1.57.0
  • google.golang.org/protobuf v1.31.0
  • gopkg.in/inf.v0 v0.9.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.28.2
  • k8s.io/apimachinery v0.28.2
  • k8s.io/client-go v0.28.2
  • k8s.io/klog/v2 v2.100.1
  • k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
  • k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
  • sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
  • sigs.k8s.io/structured-merge-diff/v4 v4.2.3
  • sigs.k8s.io/yaml v1.3.0
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
  • com.mysql:mysql-connector-j
  • org.mybatis.spring.boot:mybatis-spring-boot-starter 3.0.3
  • org.springframework.boot:spring-boot-starter-jdbc
  • org.springframework.boot:spring-boot-starter-thymeleaf
  • org.springframework.boot:spring-boot-starter-web
  • org.mybatis.spring.boot:mybatis-spring-boot-starter-test 3.0.3 test
  • org.springframework.boot:spring-boot-starter-test test
backend/package-lock.json npm
  • 207 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
package-lock.json npm
  • 191 dependencies
package.json npm
  • @types/jest ^29.5.12 development
  • @types/node ^20.11.17 development
  • @types/randombytes ^2.0.3 development
  • @types/ws ^8.5.10 development
  • jest ^29.7.0 development
  • ts-jest ^29.1.2 development
  • ts-node ^10.9.1 development
  • typedoc ^0.25.8 development
  • typescript ^5.3.3 development
  • axios ^1.5.0
  • buffer ^6.0.3
  • crypto-browserify ^3.12.0
  • isomorphic-ws ^5.0.0
  • process ^0.11.10
  • randombytes ^2.1.0
  • stream-browserify ^3.0.0
  • ws ^8.14.1
FSH.StarterKit.nuspec nuget
composer.json packagist
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
Pipfile pypi
  • lxml *
  • requests *
  • urllib3 >=1.26.5
backend/Pipfile pypi
  • django ==3.2.16
  • django-betterforms ==2.0.0
  • django-ckeditor ==6.3.2
  • django-cors-headers ==3.13.0
  • django-crispy-forms ==1.14.0
  • django-mapbox-location-field ==2.0.0
  • djangorestframework ==3.14.0
  • pillow ==9.3.0
pyproject.toml 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
requirements_dev.txt pypi
  • pip ==20.0.2 development
  • twine ==3.1.1 development
  • wheel ==0.34.2 development
setup.py pypi
  • matplotlib *
  • multipledispatch *
  • numpy *
  • pandas *
Gemfile rubygems
  • rubocop >= 0 development
  • rubocop-performance >= 0 development
  • rubocop-rspec >= 0 development
  • simplecov-console >= 0 development
  • activesupport ~> 7.0.6
  • rake >= 0
  • travis-gh >= 0
Gemfile.lock rubygems
  • CFPropertyList 3.0.2
  • addressable 2.7.0
  • atomos 0.1.3
  • aws-eventstream 1.1.0
  • aws-partitions 1.389.0
  • aws-sdk-core 3.109.2
  • aws-sdk-kms 1.39.0
  • aws-sdk-s3 1.83.1
  • aws-sigv4 1.2.2
  • babosa 1.0.4
  • bundler 1.16.1
  • claide 1.0.3
  • colored 1.2
  • colored2 3.1.2
  • commander-fastlane 4.4.6
  • declarative 0.0.20
  • declarative-option 0.1.0
  • digest-crc 0.6.1
  • domain_name 0.5.20190701
  • dotenv 2.7.6
  • emoji_regex 3.2.1
  • excon 0.78.0
  • faraday 1.1.0
  • faraday-cookie_jar 0.0.7
  • faraday_middleware 1.0.0
  • fastimage 2.2.0
  • fastlane 2.166.0
  • fastlane-plugin-versioning_android 0.1.0
  • gh_inspector 1.1.3
  • google-api-client 0.38.0
  • google-cloud-core 1.5.0
  • google-cloud-env 1.4.0
  • google-cloud-errors 1.0.1
  • google-cloud-storage 1.29.1
  • googleauth 0.14.0
  • highline 1.7.10
  • http-cookie 1.0.3
  • httpclient 2.8.3
  • jmespath 1.4.0
  • json 2.3.1
  • jwt 2.2.2
  • memoist 0.16.2
  • mini_magick 4.10.1
  • mini_mime 1.0.2
  • multi_json 1.15.0
  • multipart-post 2.0.0
  • nanaimo 0.3.0
  • naturally 2.2.0
  • os 1.1.1
  • plist 3.5.0
  • public_suffix 4.0.6
  • rake 13.0.1
  • representable 3.0.4
  • retriable 3.1.2
  • rouge 2.0.7
  • ruby2_keywords 0.0.2
  • rubyzip 2.3.0
  • security 0.1.3
  • signet 0.14.0
  • simctl 1.6.8
  • slack-notifier 2.3.2
  • terminal-notifier 2.0.0
  • terminal-table 1.8.0
  • tty-cursor 0.7.1
  • tty-screen 0.8.1
  • tty-spinner 0.9.3
  • uber 0.1.0
  • unf 0.1.4
  • unf_ext 0.0.7.7
  • unicode-display_width 1.7.0
  • word_wrap 1.0.0
  • xcodeproj 1.19.0
  • xcpretty 0.3.0
  • xcpretty-travis-formatter 1.0.0
.github/workflows/compress.yml actions
  • actions/checkout v3 composite
  • ad-m/github-push-action master composite
  • calibreapp/image-actions main composite
Lessons.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved swiftpm
  • github.com/Flight-School/AnyCodable 0.6.7
  • github.com/cezheng/Fuzi 3.1.3
  • github.com/groue/GRDB.swift 6.29.2
  • github.com/johnsundell/ink 0.5.1
  • github.com/nate-parrott/chattoys
  • github.com/nate-parrott/openai-streaming-completions-swift 1.0.1
  • github.com/scinfu/SwiftSoup 2.7.5
Podfile cocoapods
  • JitsiMeetSDK >= 0
courseware/Dockerfile docker
  • openjdk 11 build
.github/workflows/ci.yaml actions
  • actions/checkout v3 composite
  • rhysd/action-setup-vim v1 composite
mix.lock hex
  • cachex 2.1.0
  • certifi 1.2.1
  • deppie 1.1.0
  • earmark 1.2.2
  • eternal 1.1.4
  • ex_doc 0.16.1
  • goth 0.3.2
  • hackney 1.8.3
  • httpoison 0.11.2
  • idna 5.0.1
  • json_web_token 0.2.7
  • metrics 1.0.1
  • mimerl 1.0.2
  • poison 2.2.0
  • ssl_verify_fun 1.1.1
  • unicode_util_compat 0.1.0
Cargo.toml cargo
  • assert_cmd 2.0.13 development
  • cc 1.0 development
  • chrono 0.4.41 development
  • filetime 0.2 development
  • itertools 0.12 development
  • predicates =3.1.0 development
  • serial_test 3.1 development
  • temp-env 0.3.6 development
  • test-case 3.3.1 development
  • thirtyfour_sync 0.27 development
  • anyhow 1.0
  • ar 0.9
  • async-trait 0.1
  • base64 0.21
  • bincode 1
  • blake3 1
  • byteorder 1.5
  • bytes 1
  • chrono 0.4
  • clap 4.5.13
  • directories 5.0.1
  • encoding_rs 0.8
  • env_logger 0.10
  • filetime 0.2
  • flate2 1.0
  • fs-err 2.11
  • futures 0.3
  • gzp 0.11.3
  • http 1.0
  • http-body-util 0.1
  • hyper 1.1
  • hyper-util 0.1.3
  • itertools 0.12
  • jobserver 0.1
  • jwt 9
  • libc 0.2.153
  • linked-hash-map 0.5
  • log 0.4
  • memchr 2
  • memmap2 0.9.4
  • mime 0.3
  • nix 0.28.0
  • number_prefix 0.4
  • object 0.36
  • once_cell 1.19
  • opendal 0.52.0
  • openssl 0.10.72
  • rand 0.8.4
  • regex 1.10.3
  • reqsign 0.16.0
  • reqwest 0.12
  • retry 2
  • rouille 3.6
  • semver 1.0
  • serde 1.0
  • serde_json 1.0
  • sha2 0.10.8
  • shlex 1.3.0
  • strip-ansi-escapes 0.2
  • syslog 6
  • tar 0.4.40
  • tempfile 3
  • tokio 1
  • tokio-serde 0.8
  • tokio-util 0.7
  • toml 0.8
  • tower 0.4
  • url 2
  • uuid 1.9
  • version-compare 0.1.1
  • walkdir 2
  • which 6
  • zip 0.6
  • zstd 0.13
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
prokit_flutter/android/build.gradle maven
webporter-collector-zhihu/pom.xml maven
  • com.github.brianway:webporter-core ${project.version}
  • com.github.brianway:webporter-data-elasticsearch ${project.version}
  • junit:junit
  • us.codecraft:webmagic-core
  • us.codecraft:webmagic-extension
yarn.lock npm
  • 970 dependencies
pubspec.yaml pub
  • flutter_test {"sdk" => "flutter"} development
  • cupertino_icons ^0.1.2
  • flutter {"sdk" => "flutter"}
.github/workflows/api-gateway.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
go.sum go
  • 1285 dependencies
environment.yml pypi
requirement.txt pypi
  • Pillow ==8.4.0
  • boto3 ==1.20.26
  • botocore ==1.23.54
  • jmespath ==0.10.0
  • numpy ==1.21.6
  • pycryptodome ==3.4.3
  • python-dateutil ==2.8.2
  • s3transfer ==0.5.2
  • setuptools ==47.1.0
  • six ==1.16.0
  • urllib3 ==1.26.12