Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
6.9.0
metadata
title: Turfgrass YOLOv3 using pytorch
emoji: 🦀
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 3.40.1
app_file: app.py
pinned: false
license: mit
Custom YOLOv3 on Pascal VOC using pytorch Lightening
Introduction
This repository contains an application for Divots on Turfgrass Detection using PyTorch Lightning. Object Detection is implemented using custom Yolo3. The Application includes functionalities for GradCam
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
https://github.com/aladdinpersson/Machine-Learning-Collection/tree/master/ML/Pytorch/object_detection/YOLOv3 The GradCAM implementation is based on the pytorch_grad_cam library (https://github.com/jacobgil/pytorch-grad-cam).