Open civilman628 opened 7 years ago
Just had the same problem, as a quickfix you can add this to your demo.py
sys.path.append('/path/to/TFFRCNN/')
thanks, i get new errors:
Traceback (most recent call last):
File "./faster_rcnn/demo.py", line 15, in
i need check path one by one?
Hi civilman, I just tried to copy demo file to the root of TFFRCNN and then python it to get the result of demo.
hi @civilman628 i meet the same error as you ImportError: No module named lib.networks.factory how to fix it?
@714586886 copy demo file to the root of TFFRCNN and then python it to get the result of demo
still facing the same issue...i copied demo file to the root of TFFRCNN, now facing different issue
Traceback (most recent call last):
File "demo.py", line 13, in
i think there is some issues with the the fast_rcnn folder of lib.
i just executed this on the terminal. export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH and it worked
I met the same issue with you.Did you solve the problem? Can you show me how to solve it?@vinayakkailas Thank you very much!
@vinayakkailas
Hi I met the same problem. ImportError: No module named 'fast_rcnn'
Did you solve this problem? Thank you!
I first add sys.path.append('/.../TFFRCNN/')as @nikste said then I # the fast_rcnn in init.py then I had another problem:
current path is /home/zjc/TFFRCNN/faster_rcnn/demo.py
Traceback (most recent call last):
File "demo.py", line 117, in
@kxhit Hi I met the same problem. ImportError: No module named 'fast_rcnn' Did you solve this problem? Tks
@vinayakkailas Hi I met the same problem. ImportError: No module named 'fast_rcnn' Did you solve this problem? Tks
@civilman628 Hi I met the same problem. ImportError: No module named 'fast_rcnn' Did you solve this problem? Tks
@HaoWangDL 你解决问题了吗,qq:769598959,加qq交流
I can build pass, but when i run demo.py it reports error:
scopeserver@scopephotos:~/RaidDisk/DeepLearning/mwang/tensorflow/TFFRCNN$ python ./faster_rcnn/demo.py
from lib.networks.factory import get_network
ImportError: No module named lib.networks.factory
I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcudnn.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcufft.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcuda.so.1 locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcurand.so locally ./faster_rcnn Traceback (most recent call last): File "./faster_rcnn/demo.py", line 12, in
but i can clearly see the folder is there.