FastMOT icon indicating copy to clipboard operation
FastMOT copied to clipboard

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀

Results 31 FastMOT issues
Sort by recently updated
recently updated
newest added

On my version of this application, I manually add some lines on the opencv window using my mouse. The footage I have is taken using a drone, topdown view. Since...

How can I implement this post processing step in FastMOT ``` def yolox_nano_postprocess(self, prediction, num_classes=2, conf_thre=0.01, nms_thre=0.65, class_agnostic=True): print("#" * 100) box_corner = prediction.copy() print("box corner shape : {}".format(box_corner.shape)) box_corner[:,...

I am trying to Implement YOLOX in FastMOT. Can you tell me if I need to modify preprocessing for the Yolo class. Here's the preprocessing code of YoloX. Can I...

Hi, Sorry for one more silly question, I only started my way in machine learning and trying to integrate the CrowdDet model to be used with FastMOT. https://github.com/Purkialo/CrowdDet I tried...

Hi, I'm trying to parse several rtsp streams by running separated FastMOT instances in docker containers. The video memory consumption is ~1.6Gb per instance for FulHD 1920x1080 video that allow...

We're trying to use FastMOT for processing video from surveillance cameras installed in the office. The default YoloV4 model works very well at the same time it requires a powerful...

## Describe what you want to do 1. What input videos you will provide, if any: Two rtsp video streams 2. What outputs you are expecting: Re-identify the same person...

feature request

Hey again @GeekAlexis Great work on the repo so far. I would like to contribute by adding a few custom models like centrenet, yolor, yolox. I know that these models...

Your issue may already be reported! Please search the issues before creating one. ## Current Behavior ## How to Reproduce ## Describe what you want to do 1. What input...

Hello. I want run this in my laptop without GPU but i dont know how to build plugin. Does the respository support pc without CUDA?

feature request