ikxwsadokvy

nothing to do

https://github.com/colsonl862/ikxwsadokvy

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

GitHub Events

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

Dependencies

.github/workflows/lychee.yml actions
  • actions/checkout v3 composite
  • lycheeverse/lychee-action v1.5.1 composite
  • peter-evans/create-issue-from-file v4 composite
Cargo.toml cargo
  • mockall 0.11.2 development
  • rstest 0.22.0 development
  • tempfile 3 development
  • aligned-utils 1.0.0
  • anyhow 1.0.31
  • arc-swap 1.7.1
  • async-trait 0.1.48
  • better-as 0.2.0
  • bincode 1.3.3
  • bytes 1.6.0
  • chrono 0.4.19
  • clap 4
  • clippy-utilities 0.1.0
  • crossbeam-channel 0.5.0
  • crossbeam-queue 0.3.1
  • crossbeam-utils 0.8.1
  • dashmap 5.5.3
  • etcd-client 0.11
  • event-listener 2.5.1
  • flate2 1.0.16
  • futures 0.3.5
  • grpcio 0.9.1
  • hashbrown 0.14.3
  • hashlink 0.8.4
  • hyper ^0.14
  • itertools 0.10.0
  • k8s-openapi 0.15.0
  • libc 0.2.79
  • lockfree-cuckoohash 0.1.0
  • memchr 2.3.4
  • nix 0.28.0
  • once_cell 1.7.2
  • opendal 0.43.0
  • parking_lot 0.12.0
  • pin-project-lite 0.2.0
  • priority-queue 1.1.0
  • prometheus 0.13.3
  • protobuf 2.16.2
  • rand 0.8.3
  • rand_distr 0.4.3
  • serde 1.0.126
  • serde-xml-rs 0.6
  • serde_json 1.0.64
  • serfig 0.1.0
  • signal-hook 0.3.17
  • signal-hook-tokio 0.3.1
  • smallvec 1.13.2
  • smol 1.2.4
  • tar 0.4.29
  • thiserror 1.0.22
  • tiny_http 0.10.0
  • tokio 1.32.0
  • tokio-util 0.7.10
  • toml 0.7.3
  • tracing 0.1
  • tracing-subscriber 0.3
  • uuid 1.1.1
  • walkdir 2.3.1
ambassador_src/Dockerfile docker
  • scratch latest build
ar-hairstyler/package.json npm
  • @material-ui/core ^4.11.4
  • @testing-library/jest-dom ^5.11.4
  • @testing-library/react ^11.1.0
  • @testing-library/user-event ^12.1.10
  • face-api.js ^0.22.2
  • react ^17.0.2
  • react-dom ^17.0.2
  • react-scripts 4.0.3
  • web-vitals ^1.0.1
.github/workflows/dockerimage.yml actions
  • actions/checkout master composite
Dockerfile docker
docker-compose.yml docker
Project_1/go.mod go
build.gradle maven
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
package-lock.json npm
  • 250 dependencies
package.json npm
  • @heroicons/react ^2.1.5
  • @next/font 13.1.1
  • @supabase/supabase-js ^2.24.0
  • @tanstack/react-table ^8.20.5
  • @types/node 18.11.18
  • @types/react 18.0.26
  • @types/react-dom 18.0.10
  • autoprefixer ^10.4.13
  • classnames ^2.3.3
  • daisyui ^4.6.0
  • disable-devtool ^0.3.7
  • eslint 8.31.0
  • eslint-config-next 13.1.1
  • next 13.2.4
  • next-auth ^4.22.1
  • obscenity ^0.4.0
  • postcss ^8.4.21
  • react ^18.2.0
  • react-countup ^6.5.3
  • react-dom 18.2.0
  • react-toastify ^10.0.5
  • tailwindcss ^3.4.3
  • typescript 4.9.4
AWS_EC2/requirements.txt pypi
  • awscli *
  • boto3 ==1.10.50
  • pandas *
  • plotly *
.github/workflows/ci-plus.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
requirements.txt pypi
  • certifi ==2024.7.4
  • chardet ==5.2.0
  • charset-normalizer ==3.3.2
  • idna ==3.7
  • numpy ==2.0.1
  • pandas ==2.2.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • requests ==2.32.3
  • six ==1.16.0
  • tzdata ==2024.1
  • urllib3 ==2.2.2
.github/workflows/offer-service.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v6 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
yarn.lock npm
  • 970 dependencies
Gemfile rubygems
  • bundler >= 0
  • jekyll >= 0
  • jekyll-paginate >= 0
  • jekyll-seo-tag >= 0
  • jekyll-sitemap >= 0
  • jekyll-tagging >= 0
  • json >= 0
  • puma >= 0
  • sinatra >= 0
  • sinatra-cross_origin ~> 0.3.1
Cargo.lock cargo
  • 282 dependencies
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • ansible/ansible-lint-action master composite
go.mod go
  • github.com/apapsch/go-jsonmerge/v2 v2.0.0
  • github.com/bytedance/sonic v1.11.6
  • github.com/bytedance/sonic/loader v0.1.1
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/cloudwego/base64x v0.1.4
  • github.com/cloudwego/iasm v0.2.0
  • github.com/cpuguy83/go-md2man/v2 v2.0.5
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/dustin/go-humanize v1.0.0
  • github.com/eolinker/ap-account v1.0.15
  • github.com/eolinker/eosc v0.18.3
  • github.com/eolinker/go-common v1.1.5
  • github.com/gabriel-vasile/mimetype v1.4.4
  • github.com/getkin/kin-openapi v0.127.0
  • github.com/ghodss/yaml v1.0.0
  • github.com/gin-contrib/gzip v1.0.1
  • github.com/gin-contrib/sse v0.1.0
  • github.com/gin-gonic/gin v1.10.0
  • github.com/go-openapi/jsonpointer v0.21.0
  • github.com/go-openapi/swag v0.23.0
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.20.0
  • github.com/go-sql-driver/mysql v1.7.0
  • github.com/goccy/go-json v0.10.2
  • github.com/golang/snappy v0.0.4
  • github.com/google/uuid v1.6.0
  • github.com/gorilla/websocket v1.4.2
  • github.com/influxdata/influxdb-client-go/v2 v2.14.0
  • github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
  • github.com/invopop/yaml v0.3.1
  • github.com/jinzhu/inflection v1.0.0
  • github.com/jinzhu/now v1.1.5
  • github.com/josharian/intern v1.0.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.7
  • github.com/leodido/go-urn v1.4.0
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-isatty v0.0.20
  • github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
  • github.com/modern-go/reflect2 v1.0.2
  • github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
  • github.com/nsqio/go-nsq v1.1.0
  • github.com/oapi-codegen/runtime v1.0.0
  • github.com/ollama/ollama v0.5.8
  • github.com/pelletier/go-toml/v2 v2.2.2
  • github.com/perimeterx/marshmallow v1.1.5
  • github.com/redis/go-redis/v9 v9.5.3
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.2.12
  • github.com/urfave/cli v1.22.16
  • go.etcd.io/etcd/client/pkg/v3 v3.5.13
  • go.uber.org/atomic v1.7.0
  • go.uber.org/multierr v1.6.0
  • go.uber.org/zap v1.23.0
  • golang.org/x/arch v0.8.0
  • golang.org/x/crypto v0.31.0
  • golang.org/x/net v0.26.0
  • golang.org/x/sys v0.28.0
  • golang.org/x/term v0.27.0
  • golang.org/x/text v0.21.0
  • google.golang.org/protobuf v1.34.1
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.1
  • gorm.io/driver/mysql v1.5.2
  • gorm.io/gorm v1.25.5
mix.exs hex
  • cachex ~> 2.1
  • earmark ~> 1.2.0
  • ex_doc ~> 0.15
  • goth ~> 0.3.1
  • httpoison ~> 0.11
AmazonBedrock/requirements.txt pypi
  • anthropic ==0.21.3
  • awscli ==1.32.74
  • boto3 ==1.34.74
  • botocore ==1.34.74
  • pickleshare ==0.7.5
setup.py pypi
  • matplotlib *
  • multipledispatch *
  • numpy *
  • pandas *