zzdang / cascade_rcnn_gluon

Cascade R-CNN forked from gluon-cv
Apache License 2.0
33 stars 7 forks source link

ValueError: Model cascade_rcnn_vgg16_pruned_voc is not supported. Available options are listed ... #3

Open sheldon606 opened 6 years ago

sheldon606 commented 6 years ago

why i run the code following the instruction, it shows "cascade_rcnn_vgg16_pruned_voc" is not supported ??

lininglouis commented 6 years ago

@sheldon606 Please check you mxnet version first, and make sure the version is 1.3.x. Compile the latest MXNet 1.3.x will probably solve most of those problems. If not, please post the operations or commands you did, and the errors related. And comment below.Thanks