SFD icon indicating copy to clipboard operation
SFD copied to clipboard

Error occurred during training

Open atta007 opened this issue 3 years ago • 3 comments

I have used the following commands: python train.py --tcp_port==80801 --ckpt_save_interval=100 --ckpt_save_interval=10 --cfg_file cfgs/kitti_models/sfd.yaml python train.py '--tcp_port'=80801 --ckpt_save_interval=100 --ckpt_save_interval=10 --cfg_file 'cfgs/kitti_models/sfd.yaml' Still issue remains there.

Screenshot from 2022-12-01 13-03-16

atta007 avatar Dec 01 '22 08:12 atta007

Hi, you need to re-build SFD. First, delete the SFD/build and all *.so file in SFD/pcdet/ops. Second, re-build SFD:

cd SFD
python setup.py develop
cd pcdet/ops/iou3d/cuda_op
python setup.py develop
cd ../../../..

LittlePey avatar Dec 02 '22 03:12 LittlePey

Screenshot from 2022-12-04 01-23-41 After doing the above process. I received the error.

atta007 avatar Dec 03 '22 20:12 atta007

pytorch在高版本(1.11以后)将THC/THC.h文件删除了

jellywangjie avatar Dec 24 '22 04:12 jellywangjie