A newer version of the Gradio SDK is available:
5.23.3
metadata
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
- 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:
- Uploading an image and getting the Yolov3 model output bounding box prediction
- Seeing GradCAM output for the input image
- Variety of examples given