LIGA-Stereo
LIGA-Stereo copied to clipboard
when I run these scripts,there're some questions
Thanks to your sharing,but when i first run following codes in my docker containers
'./scripts/dist_train.sh 1 dev configs/stereo/kitti_models/liga.yaml'
or
'./scripts/dist_test_ckpt.sh 1 ./configs/stereo/kitti_models/liga.yaml ./ckpt/pretrained_liga.pth'
nothing to show!
If I cancle this processing by ctrl+c, run it again that will show
'''bash
Traceback (most recent call last):
File "tools/train.py", line 211, in
I met the same problem, and I solve it by change liga.yaml to liga.3d-and-bev.yaml.
./scripts/dist_train.sh 1 dev configs/stereo/kitti_models/liga.3d-and-bev.yaml
thanks for you reply, but what you say is useless for me, I still have this question.
The python program is not completely killed. Try to find the pid and kill (or killall python if you only run this python program.)
I met the same problem, and I solve it by change liga.yaml to liga.3d-and-bev.yaml.
./scripts/dist_train.sh 1 dev configs/stereo/kitti_models/liga.3d-and-bev.yaml
Hi, did you face any problems like "cannot import ** from mmcv.cnn"? I installed mmcv-full and mmdet. I also tried different versions of mmcv and mmdet, I didn't find one can run the test/train model. Any suggestions would be helpful. Thanks a lot!
@QingwuLiu-polymtl Could you show the complete error log? It should be good if you have installed mmcv-full instead of mmcv.