Open LookingSky opened 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.
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.
Thank you very much for your code.I will try again later and except your complete code
btw: i already star your job
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??