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