yolo_v3 / README.md
Shilpaj's picture
Update README.md
2f92ea9 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
title: Yolo V3
emoji: πŸ“ˆ
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 4.38.1
app_file: app.py
pinned: false
license: mit

Yolov3 Trained on Pascal VOC

  • Model is trained on PASCAL VOC dataset
  • The model is trained for 40 epochs using one cycle policy
  • Model has used Mosaic technique to speed up the training part

Links

Usage

  • Select the IOU threshold which internally modifies the non-max suppression values to display the bounding box output
  • Select the threshold value of the class. Objects with class confidence above the threshold value will be displayed with bounding box
  • Select if GradCam output is to be displayed or not
  • Select the opacity of the GradCam output over the input image