qnyopje2y

nothing to do

https://github.com/qkkw5q/qnyopje2y

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: QKkw5q
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 351 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 Authors Notice Maintainers Copyright Agents

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

GitHub Events

Total
  • Push event: 1,516
  • Create event: 1
Last Year
  • Push event: 1,516
  • Create event: 1

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 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/lint_python.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 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
Cargo.toml cargo
  • hound 3.5 development
  • async-trait 0.1
  • bytes 1.4
  • cfg-if 1.0
  • chrono 0.4
  • cidr-utils 0.5
  • clap 4.2
  • crossbeam-queue 0.3
  • dasp 0.11
  • default-net 0.14
  • errno 0.3
  • flutter_rust_bridge =1.80
  • fon 0.6
  • hex 0.4
  • lazy_static 1.4
  • libloading 0.8
  • num_cpus 1.15
  • repng 0.2
  • rpassword 7.2
  • rubato 0.12
  • samplerate 0.2
  • serde 1.0
  • serde_derive 1.0
  • serde_json 1.0
  • serde_repr 0.1
  • sha2 0.10
  • shutdown_hooks 0.1
  • totp-rs 5.4
  • url 2.3
  • uuid 1.3
  • whoami 1.5.0
  • wol-rs 1.0
  • zip 0.6
ApiGateway/Dockerfile docker
  • node latest build
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
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
udacity-c3-deployment/docker/Dockerfile docker
  • nginx alpine build
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
setup.py pypi
  • torch *
DESCRIPTION cran
  • MASS * imports
  • broom * imports
  • lavaan * imports
  • magrittr * imports
  • psych * imports
  • rlang * imports
  • robust * imports
  • robustlmm * imports
  • tibble * imports
  • tidyselect * imports
Podfile cocoapods
  • JitsiMeetSDK >= 0
Podfile.lock cocoapods
  • JitsiMeetSDK 2.11.0
Dockerfile docker
  • ubuntu 16.04 build
api-gateway-microservice/src/main/docker/Dockerfile docker
  • java 8 build
authentication/Dockerfile docker
  • payara/server-full 5.2022.5 build
docker-compose-builder.yml docker
docker-compose.yml docker
hunter2-lessons/http-header-injection/code/Dockerfile docker
  • python 3.7 build
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
android/build.gradle maven
build.gradle maven
  • com.fasterxml.jackson.datatype:jackson-datatype-jsr310 * compile
  • org.springframework.boot:spring-boot-devtools * compile
  • org.springframework.boot:spring-boot-starter-actuator * compile
  • org.springframework.boot:spring-boot-starter-data-jpa * compile
  • org.springframework.boot:spring-boot-starter-security * compile
  • org.springframework.boot:spring-boot-starter-web * compile
  • org.projectlombok:lombok 1.16.18 compileOnly
  • mysql:mysql-connector-java *
  • org.springframework.boot:spring-boot-starter-test * testCompile
  • org.springframework.security:spring-security-test * testCompile
build.gradle.kts maven
Backend/package-lock.json npm
  • 146 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/yarn.lock npm
  • 1483 dependencies
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|~8.4.0
Pipfile pypi
Gemfile rubygems
  • asciidoctor = 2.0.11
  • asciidoctor-multipage = 0.0.12
  • concurrent-ruby = 1.1.7
  • tilt = 2.0.10
.github/workflows/link_check.yml actions
  • actions/checkout master composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
cloud-native-backend/Dockerfile docker
  • python 3.8-slim build
pom.xml maven
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
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
pyproject.toml pypi
  • mypy >=0.971 develop
  • pandas-stubs >=1.4.4 develop
  • poetry >=1.2.1 develop
  • poetry-dynamic-versioning >=0.21.4 develop
  • pre-commit >=2.20.0 develop
  • pytest >=7.1.3 develop
  • pytest-env ^1.0.1 develop
  • tox-poetry >=0.4.1 develop
  • types-requests >=2.28.11.16 develop
  • autodoc ^0.5.0 docs
  • numpydoc ^1.5.0 docs
  • pydata-sphinx-theme 0.11 docs
  • sphinx 5.0.2 docs
  • sphinx-copybutton ^0.5.2 docs
  • sphinx-design ^0.4.1 docs
  • sphinx-togglebutton ^0.3.2 docs
  • docrep ^0.3.2
  • ipykernel 5.5.6
  • ipython 7.34.0
  • ipywidgets >=8.0.4, !=8.0.5
  • jupyterlab >=3.4.7
  • matplotlib 3.7.2
  • nanoid ^2.0.0
  • networkx 2.8.6
  • notebook >=6.5.6
  • numpy >=1.22,!=1.24
  • pandas >=1.5.0,<2.0.0
  • plotly >=5.10.0
  • pydantic >=1.10.2, <2
  • python >=3.8,<3.12
  • pyzmq 23.2.1
  • scikit-learn >=1.2.0, <1.3.0
  • scipy [{"version" => ">=1.11.2", "python" => ">=3.9"}, {"version" => "1.10.1", "python" => "<3.9"}]
  • seaborn >=0.12.1
  • statsmodels >=0.14.0
  • tornado 6.3.2
  • umap-learn >=0.5.3
  • virtualenv >=20.17
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
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/blank.yml actions
  • gege-circle/github-action master composite
Examples/LikedOrNope/Podfile.lock cocoapods
  • MDCSwipeToChoose 0.2.0