Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 825 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 825 Bytes

PlantWatcher-SSD

This is an implementation of Single Shot MultiBox Detector in PyTorch trained on plant images, done as a part of an academic project, Design Practicum. Below poster represents a gist of the motive behind project. Poster entitling the project

Use pretrained VGG16 model

I do not recommend training SSD from scratch. Using pretrained VGG model helps a lot to achieve lower losses. I use the pretrained pytorch/vision VGG16 model from PyTorch model zoo.

Credit

This implementation is initially inspired by: