-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training error while running faster_rcnn/train_net.py #27
Comments
Also while trying to run the demo with the command: python faster_rcnn/demo.py --model ~/tf_deformable_net/restore_output/Resnet50_iter_145000.ckpt, I get this error: Traceback (most recent call last): |
add this flag to g++ complie part in the make.sh file: |
I was running the following command:
python faster_rcnn/train_net.py --gpu 0 --weights ./data/pretrain_mod
el/Resnet50.npy --imdb voc_2007_trainval --iters 70000 --cfg ./experiments/cfgs/faster_rcnn_end2end_resnet.yml --network Resnet50_train --set EXP_DIR exp_dir
when I got this error:
File "faster_rcnn/train_net.py", line 29, in
from lib.datasets.factory import get_imdb
File "/home/aditi/Documents/PhD/Steel_Seg/Deformable-ConvNets/TF_Deformable_Net-master/lib/datasets/init.py", line 13, in
from .imagenet3d import imagenet3d
File "/home/aditi/Documents/PhD/Steel_Seg/Deformable-ConvNets/TF_Deformable_Net-master/lib/datasets/imagenet3d.py", line 1, in
from . import imagenet3d
ImportError: cannot import name imagenet3d
in lib folder, make runs fine with a few warnings.
The text was updated successfully, but these errors were encountered: