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

GitHub Events

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

Dependencies

.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
1.x/spring-boot-actuator/pom.xml maven
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-actuator
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.boot:spring-boot-starter-test test
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • ansible/ansible-lint-action master composite
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
.github/workflows/event_pipeline.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
bower.json bower
Cargo.lock cargo
  • 488 dependencies
Podfile cocoapods
  • StreamChat ~> 2.2
  • VoxeetUXKit ~> 1.3
DESCRIPTION cran
  • base64enc * imports
  • glue * imports
  • googleAuthR * imports
  • jsonlite * imports
  • tibble * imports
Dockerfile docker
  • nvidia/cuda 10.1-cudnn7-devel-ubuntu18.04 build
ambassador_src/Dockerfile docker
  • scratch latest build
docker-compose-builder.yml docker
docker-compose.yml docker
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
kubeutil/go.sum go
  • github.com/766b/go-outliner v0.0.0-20180511142203-fc6edecdadd7
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.4.0
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
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
  • org.projectlombok:lombok 1.16.8 provided
  • com.cloudinary:cloudinary-http42 1.1.0
  • com.fasterxml.jackson.core:jackson-annotations 2.5.4
  • com.fasterxml.jackson.core:jackson-core 2.5.4
  • com.fasterxml.jackson.core:jackson-databind 2.5.4
  • com.h2database:h2 1.4.192
  • com.zaxxer:HikariCP 2.4.1
  • commons-dbcp:commons-dbcp 1.4
  • commons-fileupload:commons-fileupload 1.3.1
  • commons-io:commons-io 2.4
  • javax.servlet:javax.servlet-api 3.1.0
  • nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect 2.0.1
  • org.apache.httpcomponents:httpclient 4.3.4
  • org.apache.httpcomponents:httpcore 4.3.2
  • org.aspectj:aspectjrt 1.6.11
  • org.aspectj:aspectjweaver 1.6.8
  • org.hibernate:hibernate-core 5.0.5.Final
  • org.hibernate:hibernate-entitymanager 5.0.5.Final
  • org.postgresql:postgresql 9.4-1201-jdbc41
  • org.slf4j:slf4j-api 1.7.12
  • org.slf4j:slf4j-simple 1.6.4
  • org.springframework.data:spring-data-jpa 1.10.2.RELEASE
  • org.springframework.security:spring-security-config 4.1.1.RELEASE
  • org.springframework.security:spring-security-core 4.1.1.RELEASE
  • org.springframework.security:spring-security-taglibs 4.1.1.RELEASE
  • org.springframework.security:spring-security-web 4.1.1.RELEASE
  • org.springframework.social:spring-social-core 1.1.4.RELEASE
  • org.springframework.social:spring-social-facebook 2.0.3.RELEASE
  • org.springframework.social:spring-social-facebook-web 2.0.3.RELEASE
  • org.springframework.social:spring-social-google 1.0.0.RELEASE
  • org.springframework.social:spring-social-security 1.1.4.RELEASE
  • org.springframework.social:spring-social-vkontakte 1.1.0.BUILD-SNAPSHOT
  • org.springframework.social:spring-social-web 1.1.4.RELEASE
  • org.springframework:spring-aop 4.3.2.RELEASE
  • org.springframework:spring-context 4.3.2.RELEASE
  • org.springframework:spring-core 4.3.2.RELEASE
  • org.springframework:spring-messaging 4.3.2.RELEASE
  • org.springframework:spring-orm 4.3.2.RELEASE
  • org.springframework:spring-tx 4.3.2.RELEASE
  • org.springframework:spring-web 4.3.2.RELEASE
  • org.springframework:spring-webmvc 4.3.2.RELEASE
  • org.springframework:spring-websocket 4.3.2.RELEASE
  • org.thymeleaf.extras:thymeleaf-extras-springsecurity4 3.0.0.RELEASE
  • org.thymeleaf:thymeleaf 3.0.1.RELEASE
  • org.thymeleaf:thymeleaf-spring4 3.0.1.RELEASE
  • org.springframework:spring-test 4.3.2.RELEASE test
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
  • 1773 dependencies
package-lock.json npm
  • 1234 dependencies
package.json npm
  • suppose ^0.6.1 development
src/package.json npm
  • nodemon ^2.0.15 development
  • bcrypt ^5.0.1
  • body-parser ^1.19.1
  • cors ^2.8.5
  • express ^4.17.2
  • http-status ^1.5.0
  • jsonwebtoken ^8.5.1
  • mysql2 ^2.3.3
  • nodemailer ^6.7.2
  • sequelize ^6.12.0
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
AmazonBedrock/requirements.txt pypi
  • anthropic ==0.21.3
  • awscli ==1.32.74
  • boto3 ==1.34.74
  • botocore ==1.34.74
  • pickleshare ==0.7.5
Pipfile pypi
  • mlflow *
  • numpy *
  • sklearn *
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
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 rubygems
  • fastlane >= 0
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
environment.yml pypi
setup.py pypi
  • jinja2 *
  • markdown *
  • watchdog *