GeekAlexis / FastMOT

High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀
MIT License
1.12k stars 256 forks source link

How to tracking on UAV(moving camera) #268

Closed chulyoung-code closed 4 months ago

chulyoung-code commented 4 months ago

hello

Thank you so much for developing such a great model

I want to run fastmot with video taken from a drone as input

In normal situations, the coordinate system is fixed because the input image is received from a fixed camera, but since the coordinate system is not fixed in the camera of a moving drone, I am concerned about how to fix the object's ID when tracking

If you look at the topic below, there seems to be a case where fastmot was performed on a UAV, but I would like to ask if fastmot can be performed on a moving camera

https://github.com/GeekAlexis/FastMOT/issues/24

Thank you