GeekAlexis / FastMOT

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

[Question] How to transmit counting results from jetson to ground control station #234

Closed AngelaYZhang closed 2 years ago

AngelaYZhang commented 2 years ago

Hi there,

I have a drone and intend to embed the jetson device on it to use for live UAV object counting. I was wondering if there's support from this repo to process the video tracking and counting results from jetson and then transmit it to the ground station? If so, which settings should I change to make it without having to connect to a display to show results?

Very new to this area and really appreciate any guidance!

Thanks in advance!

GeekAlexis commented 2 years ago

Not an expert in embedded systems. You can try radio or XBee transmitters depending on the range. You have to modify the code (app.py).

AngelaYZhang commented 2 years ago

Thanks a lot! I'll look into this further! Is there any sections in app.py that you are specifically referring to for modifying code?