File size: 1,118 Bytes
0193a11
 
 
 
 
 
2f92ea9
0193a11
 
 
 
 
0aaf9a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2f92ea9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
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](https://www.kaggle.com/datasets/aladdinpersson/pascal-voc-dataset-used-in-yolov3-video) dataset
- The model is trained for 40 epochs using one cycle policy
- Model has used Mosaic technique to speed up the training part





## Links

- Training Repository Link: https://github.com/Shilpaj1994/ERA/tree/master/Session13

- Model File Link: https://huggingface.co/spaces/Shilpaj/yolo_v3/resolve/main/epoch%3D39-step%3D41400.ckpt

- Application Link: https://huggingface.co/spaces/Shilpaj/yolo_v3





## 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




![](data/app.gif)