yangxue0827 / R2CNN_FPN_Tensorflow

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

No module named networks.network_factory #30

Closed mengmeng510 closed 6 years ago

mengmeng510 commented 6 years ago

I am a beginner, when I run the command statement: python inference.py or python inference1.py. there is a mistake: No module named networks.network_factory but the module files are all there. I tried to use: sys.path.append() but it still doesn't work

mengmeng510 commented 6 years ago

solved Put the libs file in the tools