superxuang / caffe_3d_faster_rcnn

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

can you give me an example on how to use the caffe_3d_faster_rcnn? #1

Open yaozhixin3190 opened 6 years ago

yaozhixin3190 commented 6 years ago

I have got the caffe_3d_faster_rcnn which you shared ,and I have read the paper Efficient organ localization using multi-label convolutional neural networks in thorax-abdomen CT scans, I know the structure of the network in the paper,but I don't know how to use the caffe_3d_faster_rcnn. can you give me an example on how to use the caffe_3d_faster_rcnn?

superxuang commented 6 years ago

I upload this code a few days ago to prepare for the submission of my new paper. This code is complete and can be compiled, but the readme.md file is unfinished now. When I finished my submission, I will rewrite the readme.md file to give more instructions on how to use this code. Besides, my paper is still unpublished. The paper "Efficient organ localization using multi-label convolutional neural networks in thorax-abdomen CT scans" you have read is another method which exploits 2D ConvNets to perform slice-wise predictions, and is different from our method.

superxuang commented 5 years ago

Sorry for the long time without update. Now, I have rewritten the README.MD file to give more instructions on how to build and use this code. I hope this will be helpful. If there is any other questions, please contact me or start an issue in this repository.