abdelaziz-mahdy / pytorch_lite

flutter package to help run pytorch lite models classification and YoloV5 and YoloV8.
MIT License
51 stars 22 forks source link

Object Tracking / Unique detections #50

Closed tnghieu closed 11 months ago

tnghieu commented 11 months ago

I'm using pytorch_lite to run inference on image frames extracted from a video file.

From a single image, I know that the library will return a list of detections given a certain confidence threshold.

Do you have an approach such that at the end of running inference across all of the images, it can output the total unique objects tracked? We are only using 1 label and our goal is to count the number of that object seen in the video.

abdelaziz-mahdy commented 11 months ago

Nothing is provided by default here, you will have to implement the logic for that