ShaoqingRen / SPP_net

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

spp_model.mat not exist ! #36

Open wqb2015 opened 9 years ago

wqb2015 commented 9 years ago

Hello, doctor Kaiming He: When I run the "spp_demo.m" file, the following problems are encounted.

Error using spp_demo(line 5)
.\data\spp_model\VOC2007\spp_model.mat not exist !

The ".\data" directory exists, but the sub-dierectory "\spp_model\VOC2007\spp_model.mat" not exists. How could I get the file "spp_model.mat"?

Could you help me? Thank you very much.

AbdealiLoKo commented 9 years ago

I too get the same issue. Where can we download the pre-learnt models ?

AbdealiLoKo commented 9 years ago

Figured it out. For others who have the same problem : You need to run the data/fetch_model_data.m (This is wrongly written as external/fetch_model_data.m in the readme)