Skip to content

swdbgs/SSD_TME

 
 

Repository files navigation

pytorch-ssd for TME Dataset

A Pytorch implementation of Single Shot MultoBox Detector. The original code can be found here.

   

Installation

For installation, you can follow this repository (https://github.com/amdegroot/ssd.pytorch) The only difference is that this code is perfectly operated with pytorch 0.4.0.

Modification

I added some Modules such as Extension Module and Spatial Weight Module for accurate vehicle detection.






\





TME Dataset

You can get the TME Dataset from here (http://cmp.felk.cvut.cz/data/motorway/).

Training

mkdir weights
cd weights
wget https://s3.amazonaws.com/amdegroot-models/vgg16_reducedfc.pth
  • To train SSD_TME using the train script simply specify the parameters listed in train_tme_sw_deconv.py as a flag or manually change them.
python train_tme_sw_deconv.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%