ShaoqingRen / SPP_net

SPP_net : Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
364 stars 237 forks source link

VOCcode directory not found under ./datasets/VOCdevkit2007 #59

Open yepeichu123 opened 5 years ago

yepeichu123 commented 5 years ago

Hello, I was running your code in my ASUS K550J which is 12G memory and I5 process. But when I ran the script "Script_spp_voc.m",I got the error like this: 错误使用 get_voc_opts (line 11) VOCcode directory not found under ./datasets/VOCdevkit2007

出错 imdb_from_voc (line 41) VOCopts = get_voc_opts(root_dir);

出错 Script_spp_voc>perpare_train_data (line 89) opts.imdb_train = { imdb_from_voc(opts.devkit, 'trainval', '2007', flip) };

出错 Script_spp_voc (line 46) opts = perpare_train_data(opts, opts.flip | opts.flip_finetune);

and I had not found the source code of VOCinit.m in ./datasets/VOCdevkit2007/VOCcode. So could you please offer me the VOCinit.m? Thanks a lot.