abdelaziz-mahdy / pytorch_lite

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

Save the detection result of bounding box into the gallery #21

Open HaziqK2000 opened 1 year ago

HaziqK2000 commented 1 year ago

Hi, good day ! Can i know how to save the predicted images of bounding boxes to the gallery ? Is there any code that can i refer to ? because I need to do the project which is license plate detection and recognition, so I need to detect the single character on the bounding box. thanks ..

abdelaziz-mahdy commented 1 year ago

sadly its not implemented for now, all you can do it take the locations of the boxes and cut those using image library

HaziqK2000 commented 1 year ago

alright, thank you for your response :)

abdelaziz-mahdy commented 1 year ago

Let's leave this issue open,Incase I was able to implement it I will let you know, but most probably if I do It will in the new release which is a work in progress as you can see.