Skip to content

Commit

Permalink
Issue rykov8#2: Changed architecture a little to have dense layer aft…
Browse files Browse the repository at this point in the history
…er pool6; Issue rykov8#6: If no box has iou with prior > 0.5 the best prior is assigned; Added some augmentation to generator in SSD_training.ipynb
  • Loading branch information
Andrey Rykov committed Nov 28, 2016
1 parent 6782258 commit 2363880
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 178 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
For more details, please refer to [arXiv paper](http://arxiv.org/abs/1512.02325).
For forward pass for 300x300 model, please, follow `SSD.ipynb` for examples. For training procedure for 300x300 model, please, follow `SSD_training.ipynb` for examples.

Weights are ported from the original models and are available [here](https://mega.nz/#F!7RowVLCL!q3cEVRK9jyOSB9el3SssIA).
Weights are ported from the original models and are available [here](https://mega.nz/#F!7RowVLCL!q3cEVRK9jyOSB9el3SssIA). You need `weights_SSD300.hdf5`, `weights_300x300_old.hdf5` is for the old version of architecture with 3x3 convolution for `pool6`.
22 changes: 11 additions & 11 deletions SSD.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 2363880

Please sign in to comment.