Spaces:
Runtime error
Runtime error
File size: 785 Bytes
179a115 5c0d645 179a115 5c0d645 179a115 5c0d645 179a115 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
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).
|