CoolFace
Apppublic

gdeotale/Yolov3

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

##Yolov3 Demo App

Adjust opacity slider to adjust intensity of gradcam viewed over image Adjust iou slider to set iou_threshold that will used while computing non max suppression, this is needed to remove unwanted overallaping boxes with same class predictions Adjust threshold slider to filter out boxes below given threshold

check/uncheck display gradcam box if you dont want to gradcam image

Click on Image at bottom to see results of prepredicted images

Following is main file https://huggingface.co/spaces/gdeotale/Yolov3/blob/main/app.py

Model for file can be found at https://huggingface.co/spaces/gdeotale/Yolov3/blob/main/39checkpoint.pth.tar

Model code can be found at https://huggingface.co/spaces/gdeotale/Yolov3/blob/main/Model/Moduli.py