File size: 642 Bytes
5859dd2 6b671f6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: S13 ERA Phase I Yolov3 Pascal
emoji: 🏢
colorFrom: blue
colorTo: gray
sdk: gradio
sdk_version: 3.40.1
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Session 13 - ERA Phase I - Assignment
## Goals
1. Build app on HuggingFace using Yolov3 model trained from scratch with PyTorch Lightning
## Usage
In the App tab, the UI is present for different functionalities like:
1. Uploading an image and getting the Yolov3 model output bounding box prediction
2. Seeing GradCAM output for the input image
3. Variety of examples given
|