Skip to content

A pytorch implementation of Single Shot Detector trained on plant images [for DESIGN PRACTICUM]

Notifications You must be signed in to change notification settings

hritikgupta/PlantWatcher-SSD

Repository files navigation

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:

About

A pytorch implementation of Single Shot Detector trained on plant images [for DESIGN PRACTICUM]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages