We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found that filenames inside vgg16_ssd_300_voc0712_trainval.zip and vgg16_ssd_512_voc0712_trainval.zip
vgg16_ssd_300_voc0712_trainval.zip
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
deploy.py
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
https://github.com/zhreshold/mxnet-ssd/releases/download/v0.5-beta/vgg16_ssd_300_voc0712_trainval.zip
https://github.com/zhreshold/mxnet-ssd/releases/download/v0.5-beta/vgg16_ssd_512_voc0712_trainval.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found that filenames inside
vgg16_ssd_300_voc0712_trainval.zip
and
vgg16_ssd_512_voc0712_trainval.zip
are not named correctly
deploy.py
script expects file names to beif it is renamed it will be easier to use it with deploy.py
https://github.com/zhreshold/mxnet-ssd/blob/master/deploy.py
https://github.com/zhreshold/mxnet-ssd/releases/download/v0.5-beta/vgg16_ssd_300_voc0712_trainval.zip
https://github.com/zhreshold/mxnet-ssd/releases/download/v0.5-beta/vgg16_ssd_512_voc0712_trainval.zip
The text was updated successfully, but these errors were encountered: