FastMOT icon indicating copy to clipboard operation
FastMOT copied to clipboard

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

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

Hi @GeekAlexis, as always thanks you for keeping this project update. Right now I need to perform the detections only in a ROI and generate an image crop&save when the...

Hi @GeekAlexis Can you share me darknet model yolov4 that is trained on crowhuman dataset ? (**yolov4_crowhuman.weights**) Thanks for reading and hope to get reply!

Hello, is a Deepstream implementation on your plans? The old issue died and it's been a while :)

Your issue may already be reported! Please search the issues before creating one. ## Current Behavior * NVIDIA Jetson * jetson nano B1 * Jetpack version:4.6 * Ran install_jetson.sh YES...

Hi Alex! Thanks a lot again for your excellent work again. I want to ask you several questions about the operation of the overall system. (1) It seems like the...

feature request

I've looked into #129 and #157 and managed to run two instances on jetson nano independently using multiprocessing. I would like the person to be re-identified again across cameras (the...

Traceback (most recent call last): File "app1.py", line 174, in main() File "app1.py", line 121, in main mot.step(frame) File "/home/hdc/V2/fastmot/mot.py", line 126, in step self.tracker.track(frame) File "/home/hdc/V2/fastmot/tracker.py", line 108, in...

Hi everyone, When I run Fastmot on my network that I train v3Tiny I get very big boundary boxes(Attaches video:fastmot_v3Tiny ), but when I run the same network on darknet...

Hi guy ! Currently I want to add heatmap for people detection for crowd detection purposes. How to do this? Ex: Input is video, output is video with person detection...

Hello everyone, I have seen the uses that can open RTSP stream by use this command: --input-uri rtsp://:@:/ My question is can I run FastMOT on UDP stream h.264. Perhaps...