yangxue0827 / R2CNN_FPN_Tensorflow

R2CNN: Rotational Region CNN Based on FPN (Tensorflow)
419 stars 139 forks source link

some wrong for module #2

Open LookingSky opened 6 years ago

LookingSky commented 6 years ago

thank you for your job I run the demo,but some wrong for the module like:
File "./tools/inference.py",line18, in<module>
from libs.fast_rcnn import build_fast_rcnn
File"/yangxue/FPN_V18/libs/fast_rcnn/build_fast_rcnn.py",line 15 in <module> ImportError: no mudule named tf tf_utils
I find no .py files in ./libs/fast_rcnn but .pyc
I think you not open the source file in ./lib
do you open later??

yangxue0827 commented 6 years ago

For some reasons, the complete code of R2CNN has not been uploaded completely, I will upload code as soon as possible. And I'll let you know when the code is uploaded. If you want to run FPN, the code is available at https://github.com/yangxue0827/FPN_Tensorflow.

yangxue0827 commented 6 years ago

Complete code was uploaded, please try again. If you have some problem, you can leave you message here, and I will reply as soon as possible. If useful to you, please star to support my work. Thanks.

LookingSky commented 6 years ago

Thank you very much for your code.I will try again later and except your complete code
btw: i already star your job