pfppleq0ly

nothing to do

https://github.com/clzrks/pfppleq0ly

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

GitHub Events

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

Dependencies

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
.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
Cargo.toml cargo
Dockerfile docker
  • python 3.12-slim-bullseye build
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
Gemfile rubygems
bower.json bower
Backend/spring_boot_online_compiler/Dockerfile docker
  • openjdk 8-jre-alpine build
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
Podfile cocoapods
  • JitsiMeetSDK >= 0
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/devcontainers/python 1-3.12-bullseye build
Heart_Failure_Prediction/requirements.txt pypi
  • GitPython ==3.1.32
  • catboost ==1.2
  • category-encoders ==2.6.1
  • gitdb ==4.0.10
  • graphviz ==0.20.1
  • joblib ==1.2.0
  • matplotlib ==3.5.3
  • matplotlib-inline ==0.1.6
  • mdit-py-plugins ==0.3.3
  • numpy ==1.23.5
  • pandas ==1.4.3
  • plotly ==5.15.0
  • plotly-resampler ==0.9.1
  • scikit-base ==0.5.0
  • scikit-learn ==1.2.0
  • scikit-plot ==0.3.7
  • scipy ==1.10.0
  • seaborn ==0.12.2
  • zipp ==3.16.2
.github/workflows/blank.yml actions
  • gege-circle/github-action master composite
.github/workflows/build-evaluation.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action ad44023a93711e3deb337508980b4b5e9bcdc5dc composite
  • docker/login-action f054a8b539a109f9f41c372932f1ae047eff08c9 composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
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
client/package-lock.json npm
  • 1773 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
docker-compose.yml docker
  • docker.elastic.co/apm/apm-server 7.8.0
  • docker.elastic.co/app-search/app-search 7.6.2
  • docker.elastic.co/beats/auditbeat 7.8.0
  • docker.elastic.co/beats/filebeat 7.8.0
  • docker.elastic.co/beats/heartbeat 7.8.0
  • docker.elastic.co/beats/metricbeat 7.8.0
  • docker.elastic.co/beats/packetbeat 7.8.0
  • docker.elastic.co/elasticsearch/elasticsearch 7.8.0
  • docker.elastic.co/kibana/kibana 7.8.0
  • nginx latest
hunter2-lessons/http-header-injection/code/Dockerfile docker
  • python 3.7 build
hunter2-lessons/http-header-injection/code/docker-compose.yml docker
go.mod go
  • github.com/stretchr/testify v1.3.0
go.sum go
  • 167 dependencies
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
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
package-lock.json npm
  • 1191 dependencies
package.json npm
  • @rollup/plugin-replace ^2.3.2 development
  • gh-pages ^6.0.0 development
  • rollup ^1.27.13 development
  • rollup-plugin-commonjs ^10.0.0 development
  • rollup-plugin-livereload ^1.0.0 development
  • rollup-plugin-node-resolve ^5.2.0 development
  • rollup-plugin-svelte ~6.1.1 development
  • rollup-plugin-terser ^5.1.3 development
  • svelte ^3.31.0 development
  • @tensorflow/tfjs ^1.4.0
  • sirv-cli ^0.4.4
yarn.lock npm
  • @babel/runtime 7.25.6
  • all-contributors-cli 6.26.1
  • ansi-escapes 4.3.2
  • ansi-regex 5.0.1
  • ansi-styles 4.3.0
  • async 3.2.6
  • camelcase 5.3.1
  • chalk 4.1.2
  • chardet 0.7.0
  • cli-cursor 3.1.0
  • cli-width 3.0.0
  • cliui 6.0.0
  • cliui 8.0.1
  • color-convert 2.0.1
  • color-name 1.1.4
  • concurrently 9.1.2
  • decamelize 1.2.0
  • didyoumean 1.2.2
  • emoji-regex 8.0.0
  • escalade 3.2.0
  • escape-string-regexp 1.0.5
  • external-editor 3.1.0
  • figures 3.2.0
  • find-up 4.1.0
  • get-caller-file 2.0.5
  • has-flag 4.0.0
  • iconv-lite 0.4.24
  • inquirer 7.3.3
  • is-fullwidth-code-point 3.0.0
  • json-fixer 1.6.15
  • locate-path 5.0.0
  • lodash 4.17.21
  • mimic-fn 2.1.0
  • mute-stream 0.0.8
  • node-fetch 2.7.0
  • onetime 5.1.2
  • os-tmpdir 1.0.2
  • p-limit 2.3.0
  • p-locate 4.1.0
  • p-try 2.2.0
  • path-exists 4.0.0
  • pegjs 0.10.0
  • pify 5.0.0
  • prettier 2.8.8
  • regenerator-runtime 0.14.1
  • require-directory 2.1.1
  • require-main-filename 2.0.0
  • restore-cursor 3.1.0
  • run-async 2.4.1
  • rxjs 6.6.7
  • rxjs 7.8.2
  • safer-buffer 2.1.2
  • set-blocking 2.0.0
  • shell-quote 1.8.2
  • signal-exit 3.0.7
  • string-width 4.2.3
  • strip-ansi 6.0.1
  • supports-color 7.2.0
  • supports-color 8.1.1
  • through 2.3.8
  • tmp 0.0.33
  • tr46 0.0.3
  • tree-kill 1.2.2
  • tslib 1.14.1
  • tslib 2.8.1
  • type-fest 0.21.3
  • webidl-conversions 3.0.1
  • whatwg-url 5.0.0
  • which-module 2.0.1
  • wrap-ansi 6.2.0
  • wrap-ansi 7.0.0
  • y18n 4.0.3
  • y18n 5.0.8
  • yargs 15.4.1
  • yargs 17.7.2
  • yargs-parser 18.1.3
  • yargs-parser 21.1.1
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
project/Sprint4/requirements-dev.txt pypi
  • pytest ==6.2.5 development
pyproject.toml pypi
  • PettingZoo ==1.24.3
  • aact *
  • absl-py >=2.0.0,<3.0.0
  • gin-config >=0.5.0,<0.6.0
  • hiredis >=3.0.0
  • json-repair >=0.35.0,<0.41.0
  • litellm >=0.1.1
  • lxml >=4.9.3,<6.0.0
  • openai >=1.11.0,<2.0.0
  • pydantic >=2.5.0,<3.0.0
  • redis-om >=0.3.0,<0.4.0
  • rich >=13.6.0,<14.0.0
  • together >=0.2.4,<1.5.0
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
scraper_requirements.txt pypi
  • numpy ==1.24.3
  • opencv-python ==4.8.0.74
setup.py pypi
.github/workflows/msbuild.yml actions
  • actions/checkout v2 composite
  • microsoft/setup-msbuild v1.0.2 composite
environment.yml conda
  • joblib
  • matplotlib
  • numpy
  • pandas
  • scikit-learn
  • seaborn
  • tpot
  • tqdm
  • watermark
Pipfile pypi