-
Notifications
You must be signed in to change notification settings - Fork 335
Open
Description
I found that filenames inside
vgg16_ssd_300_voc0712_trainval.zip
and
vgg16_ssd_512_voc0712_trainval.zip
are not named correctly
$ unzip vgg16_ssd_300_voc0712_trainval.zip
creating: vgg16_ssd_300_voc0712_trainval/
inflating: vgg16_ssd_300_voc0712_trainval/ssd_300-symbol.json
inflating: vgg16_ssd_300_voc0712_trainval/ssd_300-0000.params
deploy.py script expects file names to be
ssd_vgg16_reduced_300-symbol.json
ssd_vgg16_reduced_300-0000.params
if it is renamed it will be easier to use it with deploy.py
python deploy.py --network vgg16_reduced --data-shape 300
https://github.com/zhreshold/mxnet-ssd/blob/master/deploy.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels