zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
404 stars 211 forks source link

It is possible to build MSCNN in Windows? #90

Open phlong3105 opened 6 years ago

phlong3105 commented 6 years ago

Hi everyone,

I want to ask if it is possible to merge and build mscnn in windows using the scripts "build_win.cmd" provide by: https://github.com/BVLC/caffe/tree/windows?

I have successfully built caffe in windows along with matlab wrapper. I did test the "matlab\demo\classification_demo.m" and everything ran fine.

However when I ran the "mscnn\examples\kitti_car\run_mscnn_detection.m", Matlab freeze when initializing the net model?

Any helps on this issue?