blokbot-io / OpenBlok

Lego identification and sorting system using artificial intelligence.
https://blokbot.io
MIT License
22 stars 7 forks source link

Missing: Object Tracking #8

Open justinmerrell opened 1 year ago

justinmerrell commented 1 year ago

Need to implement part tracking using something similar to: https://livecodestream.dev/post/object-tracking-with-opencv/

Tacking will be used to determine the speed of the part moving along the identification zone and to know if predictions are being made on the same part.

justinmerrell commented 1 year ago

https://pysource.com/2021/01/28/object-tracking-with-opencv-and-python/