superxuang / caffe_3d_faster_rcnn

Caffe for 3D organ localization in CT image
Other
46 stars 19 forks source link

help #3

Open wgs123 opened 5 years ago

wgs123 commented 5 years ago

Could you give more instructions on how to use this code?

superxuang commented 5 years ago

I have rewritten the README.MD file to give more instructions on how to use this code. If there is any other questions, please contact me or leave a message in this issue.

wgs123 commented 5 years ago

Thanks you for your reply, what the build meaning ? I see the caffe.bat have vtk ,and should I need to upload?

superxuang commented 5 years ago

I don't quite understand what you mean. If you want to run this code, you need to compile (build) it first in VS2013. VTK is not necessary in this code but reserved for further development. So I have removed it from caffe.bat just now.

wgs123 commented 5 years ago

I build it in VS2013 ,then I meet some errors ,could you tell me how to make caffe environment?

superxuang commented 5 years ago

Sorry for the long time without response. You can follow the instructions on https://github.com/Microsoft/caffe to build Caffe in Windows. Hope it will be helpful.