rohithb commited on
Commit
32e64e6
Β·
1 Parent(s): 66ccd43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -14
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: ObjectDetectionWithYOLOv3
3
- emoji: 😻
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
@@ -40,15 +40,6 @@ The model supports following classes:
40
  * train 🚊
41
  * tvmonitor πŸ“Ί
42
 
43
- ### How to Use:
44
- * You can upload an image and click submit to generate the detections, the corresponding bounding boxes, and the saliency maps.
45
- * The saliency map can be configured to be applied only inside the bounding box using the "Renormalize activations to bounding boxes" checkbox.
46
- * The "Activation overlay Opacity" adjusts the relative transparency between the image, and the saliency map.
47
- * You can control the detection threshold and the IOU threshold to filter the predictions
48
- * The "show sample images" check button toggles whether to show a gallery of examples from the test dataset.
49
- * **Note**: Since the model runs on CPU, the processing time can sometimes be long! please be patient! Optionally, you can check out some precomputed examples at the bottom of the page too!
50
-
51
- ### Code Links
52
- * The entire source code for YOLO model can be found [here](https://github.com/jyanivaddi/dl_hub/tree/main/YOLO_V3). This is provided as part of the class notes in session 13 of the ERA V1 course (Thanks Rohan! :smile: )
53
- * The EigenCAM explainability maps were generated using the [pytorch-gradcam](https://github.com/jacobgil/pytorch-grad-cam) library.
54
- * The PASCAL VOC dataset used to train the model is from [Kaggle](https://www.kaggle.com/datasets/aladdinpersson/pascal-voc-dataset-used-in-yolov3-video?resource=download).
 
1
  ---
2
+ title: Object Detection - YOLOV3
3
+ emoji: πŸš€
4
  colorFrom: green
5
  colorTo: purple
6
  sdk: gradio
 
40
  * train 🚊
41
  * tvmonitor πŸ“Ί
42
 
43
+ ### Steps to Use:
44
+ * Upload an image and click submit to generate the detections, the corresponding bounding boxes, and the saliency maps.
45
+ * Control the degree of detection threshold and the IOU threshold to filter the predictions