nlu5yruudy

nothing to do

https://github.com/3hlomh/nlu5yruudy

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

Repository

nothing to do

Basic Info
  • Host: GitHub
  • Owner: 3hloMH
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 306 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security Roadmap Authors Notice Maintainers 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: 3hloMH
  • Kind: user

GitHub Events

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Cargo.lock cargo
  • 436 dependencies
Cargo.toml cargo
.docker-compose-okteto.yml docker
  • mongo latest
Dockerfile docker
  • openjdk 17 build
AuthService/Dockerfile docker
  • base latest build
  • build latest build
  • mcr.microsoft.com/dotnet/aspnet 6.0-focal build
  • mcr.microsoft.com/dotnet/sdk 6.0-focal build
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
.github/workflows/lychee.yml actions
  • actions/checkout v3 composite
  • lycheeverse/lychee-action v1.5.1 composite
  • peter-evans/create-issue-from-file v4 composite
.github/workflows/manual.yml actions
  • actions/checkout master composite
  • atlassian/gajira-create master composite
  • atlassian/gajira-login master composite
bower.json bower
ambassador_src/Dockerfile docker
  • scratch latest build
api-cielo/package.json npm
  • cookie-parser ~1.4.4
  • debug ~2.6.9
  • express ~4.16.1
  • http-errors ~1.6.3
  • jade ~1.11.0
  • morgan ~1.9.1
  • node-fetch ^2.6.7
backend/package-lock.json npm
  • 166 dependencies
.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
Gemfile rubygems
  • byebug >= 0 development
  • capybara >= 2.15, < 4.0 development
  • chromedriver-helper >= 0 development
  • listen >= 3.0.5, < 3.2 development
  • selenium-webdriver >= 0 development
  • spring >= 0 development
  • spring-watcher-listen ~> 2.0.0 development
  • sqlite3 >= 0 development
  • web-console >= 3.3.0 development
  • bootsnap >= 1.1.0
  • coffee-rails ~> 4.2
  • devise >= 0
  • jbuilder ~> 2.5
  • jquery-rails >= 0
  • puma ~> 3.11
  • rails ~> 5.2.0
  • rails_12factor >= 0
  • razorpay >= 0
  • sass-rails ~> 5.0
  • tzinfo-data >= 0
  • uglifier >= 1.3.0
  • whenever >= 0
.github/workflows/continuousIntegration.yml actions
  • actions/checkout v3 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
Project/BloomingSouls/build.gradle maven
Pipfile pypi
.github/workflows/pipeline.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
ARCL.podspec cocoapods
FSH.StarterKit.nuspec nuget
compile-build-date/Cargo.toml cargo
cloud-run/application/Dockerfile docker
  • eu.gcr.io/[PROJECT_ID]/cloud-run/base [TAG] build
docker-compose.yml docker
  • redis alpine
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
go.mod go
  • github.com/containerd/containerd v1.5.3
  • github.com/docker/cli v20.10.7+incompatible
  • github.com/docker/docker v20.10.7+incompatible
  • github.com/docker/docker-credential-helpers v0.6.4
  • github.com/fvbommel/sortorder v1.0.2
  • github.com/google/uuid v1.2.0
  • github.com/gorilla/mux v1.8.0
  • github.com/moby/sys/mount v0.2.0
  • github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
  • github.com/morikuni/aec v1.0.0
  • github.com/pkg/errors v0.9.1
  • github.com/sirupsen/logrus v1.8.1
  • github.com/theupdateframework/notary v0.7.0
  • golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6
  • google.golang.org/grpc v1.39.0
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
  • cn.hutool:hutool-all 5.8.9
  • javax.xml.bind:jaxb-api 2.3.1
  • 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
client/package-lock.json npm
  • 1773 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
client/yarn.lock npm
  • 1483 dependencies
package-lock.json npm
  • 504 dependencies
package.json npm
  • @babel/plugin-proposal-private-property-in-object ^7.21.11 development
  • @carbon/react ^1.68.0
  • @emotion/styled ^11.11.5
  • @fortawesome/free-solid-svg-icons ^6.5.2
  • @fortawesome/react-fontawesome ^0.2.1
  • @material-ui/core ^4.12.4
  • @mui/material ^5.16.1
  • @testing-library/jest-dom ^5.16.5
  • @testing-library/react ^13.4.0
  • @testing-library/user-event ^13.5.0
  • @types/react-beautiful-dnd ^13.1.4
  • add ^2.0.6
  • axios ^1.6.8
  • country-list ^2.3.0
  • ffmpeg.js ^4.2.9003
  • firebase ^9.17.1
  • firebase-tools ^12.9.1
  • html2canvas ^1.4.1
  • jspdf ^2.5.1
  • jspdf-autotable ^3.8.2
  • localforage ^1.10.0
  • lodash ^4.17.21
  • match-sorter ^6.3.1
  • moment ^2.29.4
  • mui ^0.0.1
  • npm ^10.2.2
  • path-browserify ^1.0.1
  • react ^18.2.0
  • react-beautiful-dnd ^13.1.1
  • react-bootstrap ^2.7.4
  • react-dom ^18.2.0
  • react-icons ^5.3.0
  • react-infinite-scroller ^1.2.6
  • react-loader-spinner ^5.3.4
  • react-mic ^12.4.6
  • react-pro-sidebar ^1.1.0
  • react-router ^2.6.0
  • react-router-dom ^6.18.0
  • react-scripts ^5.0.1
  • react-select ^5.7.7
  • react-toastify ^10.0.5
  • reactjs-popup ^2.0.6
  • read-excel-file ^5.6.1
  • sort-by ^0.0.2
  • web-vitals ^2.1.4
yarn.lock npm
  • 131 dependencies
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
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
environment.yml pypi
project/Sprint4/requirements-dev.txt pypi
  • pytest ==6.2.5 development
pyproject.toml pypi
  • chardet *
  • cryptography *
  • distro sys_platform=='linux'
  • filelock *
  • google-api-python-client >=2.1
  • google-auth >=2.3.2
  • google-auth-httplib2 *
  • google-auth-oauthlib >=0.4.1
  • httplib2 >=0.17.0
  • lxml *
  • passlib >=1.7.2
  • pathvalidate *
  • python-dateutil *
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
setup.py pypi