LittlePey / SFD

Sparse Fuse Dense: Towards High Quality 3D Detection with Depth Completion (CVPR 2022, Oral)
Apache License 2.0
262 stars 35 forks source link

Error occurred during training #35

Open atta007 opened 1 year ago

atta007 commented 1 year ago

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

LittlePey commented 1 year ago

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 ../../../..
atta007 commented 1 year ago

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

jellywangjie commented 1 year ago

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