Git Product home page Git Product logo

kazuhito00 / mot-tracking-by-detection-pipeline Goto Github PK

View Code? Open in Web Editor NEW
63.0 4.0 11.0 447.83 MB

Tracking-by-Detection形式のMOT(Multi Object Tracking)について、 DetectionとTrackingの処理を分離して寄せ集めたフレームワーク(Tracking-by-Detection method MOT(Multi Object Tracking) is a framework that separates the processing of Detection and Tracking.)

License: MIT License

Python 100.00%
mot multi-object-tracking tracking-by-detection bytetrack motpy norfair yolox efficientdet ssd centernet mediapipe nanodet person-reidentification face-reidentification face-recognition

mot-tracking-by-detection-pipeline's Issues

: cannot connect to X server

/usr/local/lib/python3.7/dist-packages/onnxruntime/capi/onnxruntime_inference_collection.py:56: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'CPUExecutionProvider'
"Available providers: '{}'".format(name, ", ".join(available_provider_names)))
Detector: yolox
Target ID: [1]
GPU: True
{ 'class_score_th': 0.3,
'input_shape': '416, 416',
'model_path': 'Detector/yolox/model/yolox_nano_416x416.onnx',
'nms_score_th': 0.1,
'nms_th': 0.45,
'with_p6': False}

Tracker: bytetrack
FPS: 29.97
GPU: False
{ 'match_thresh': 0.8,
'min_box_area': 10,
'mot20': False,
'track_buffer': 30,
'track_thresh': 0.5}

: cannot connect to X server

Can you help me with this? I am trying to run your code in google colab on your test video.

This is what I am trying to execute: !python main.py --movie test.mp4 --use_gpu --target_id=1 --tracker bytetrack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.