h4eb0vdmpy

nothing to do

https://github.com/r9seitgb/h4eb0vdmpy

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Dockerfile docker
  • nvidia/cuda 10.1-cudnn7-devel-ubuntu18.04 build
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
.github/workflows/ci_workflow.yml actions
  • actions/checkout v3 composite
.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/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/xcodebuild.yml actions
  • actions/checkout v2 composite
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/docker-publish.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v3.0.0 composite
  • docker/login-action v2.0.0 composite
  • docker/metadata-action v4.0.1 composite
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
Podfile cocoapods
  • JitsiMeetSDK >= 0
SwiftGoogleTranslate.podspec cocoapods
api/Dockerfile docker
  • python latest build
docker-compose.yml docker
  • mongo latest
  • mongo-express latest
hunter2-lessons/http-header-injection/code/Dockerfile docker
  • python 3.7 build
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
go.mod go
  • atomicgo.dev/cursor v0.2.0
  • atomicgo.dev/keyboard v0.2.9
  • atomicgo.dev/schedule v0.1.0
  • github.com/atotto/clipboard v0.1.4
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/catppuccin/go v0.2.0
  • github.com/charmbracelet/bubbles v0.20.0
  • github.com/charmbracelet/bubbletea v1.1.1
  • github.com/charmbracelet/huh v0.6.0
  • github.com/charmbracelet/huh/spinner v0.0.0-20241011224433-983a50776b31
  • github.com/charmbracelet/lipgloss v0.13.0
  • github.com/charmbracelet/log v0.4.0
  • github.com/charmbracelet/x/ansi v0.2.3
  • github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0
  • github.com/charmbracelet/x/term v0.2.0
  • github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
  • github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
  • github.com/dustin/go-humanize v1.0.1
  • github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
  • github.com/erikgeiser/promptkit v0.9.0
  • github.com/fsnotify/fsnotify v1.7.0
  • github.com/go-logfmt/logfmt v0.6.0
  • github.com/gookit/color v1.5.4
  • github.com/hashicorp/hcl v1.0.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/joho/godotenv v1.5.1
  • github.com/lithammer/fuzzysearch v1.1.8
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/magiconair/properties v1.8.7
  • github.com/mattn/go-isatty v0.0.20
  • github.com/mattn/go-localereader v0.0.1
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/mitchellh/hashstructure/v2 v2.0.2
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
  • github.com/muesli/cancelreader v0.2.2
  • github.com/muesli/reflow v0.3.0
  • github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a
  • github.com/pelletier/go-toml/v2 v2.2.2
  • github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
  • github.com/pterm/pterm v0.12.79
  • github.com/rivo/uniseg v0.4.7
  • github.com/sagikazarmark/locafero v0.4.0
  • github.com/sagikazarmark/slog-shim v0.1.0
  • github.com/skeema/knownhosts v1.3.0
  • github.com/sourcegraph/conc v0.3.0
  • github.com/spf13/afero v1.11.0
  • github.com/spf13/cast v1.6.0
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.19.0
  • github.com/stretchr/testify v1.9.0
  • github.com/subosito/gotenv v1.6.0
  • github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
  • go.uber.org/atomic v1.9.0
  • go.uber.org/multierr v1.9.0
  • golang.org/x/crypto v0.24.0
  • golang.org/x/exp v0.0.0-20231006140011-7918f672742d
  • golang.org/x/sync v0.8.0
  • golang.org/x/sys v0.25.0
  • golang.org/x/term v0.21.0
  • golang.org/x/text v0.18.0
  • gopkg.in/ini.v1 v1.67.0
  • gopkg.in/yaml.v3 v3.0.1
mix.exs hex
  • castore >= 0.0.0
  • ex_doc >= 0.0.0
  • jason >= 0.0.0
  • mox ~> 1.1.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
aliyun-nodejs/package.json npm
  • serverless-aliyun-function-compute ^1.0.0 development
backend/package-lock.json npm
  • 166 dependencies
backend/package.json npm
  • nodemon ^3.0.1 development
  • bcrypt ^5.1.1
  • body-parser ^1.20.2
  • cookie-parser ^1.4.6
  • cors ^2.8.5
  • dotenv ^16.3.1
  • express ^4.18.2
  • jsonwebtoken ^9.0.2
  • mongoose ^7.5.0
  • peerjs ^1.5.0
  • socket.io ^4.7.2
  • validator ^13.11.0
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
package-lock.json npm
  • 1217 dependencies
package.json npm
  • @eslint/js ^9.9.0 development
  • eslint ^9.9.0 development
  • eslint-plugin-react ^7.35.0 development
  • globals ^15.9.0 development
pnpm-lock.yaml npm
  • 463 dependencies
FSH.StarterKit.nuspec nuget
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
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
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
  • jinja2 *
  • markdown *
  • watchdog *
Gemfile rubygems
  • jekyll-last-modified-at >= 0 development
Gemfile.lock rubygems
  • asciidoctor 2.0.11
  • asciidoctor-multipage 0.0.12
  • bundler 2.2.5
  • concurrent-ruby 1.1.7
  • tilt 2.0.10
.github/workflows/jekyll-gh-pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/jekyll-build-pages v1 composite
  • actions/upload-pages-artifact v3 composite
.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
ROS/Dockerfile docker
  • jupyter/minimal-notebook latest build
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|~8.4.0
environment.yml pypi