xw-hu / DSC

CVPR 2018 (Oral) & TPAMI 2019
141 stars 35 forks source link

Error in Running the Testing Code in Matlab as well python #7

Closed msiraj83 closed 6 years ago

msiraj83 commented 6 years ago

Hi, I download the your trained model from the google drive and save it into models folder in the DSC root folder. Change the required paths in matlab code for depoly and model files and try to run the code in matlab but i got the following error. Can you help me in this regards, matlab_error

After this i try to run the python Code and write it into python file as attached and than try to run the code but this time i got the following error. python_error

Help me how to run the testing code for detection.

xw-hu commented 6 years ago

please "make matcaffe" and "make pycaffe". See the installation instructions on the Caffe website.