Xiaopei Wu
Xiaopei Wu
Hi, you can refer to [issue 13](https://github.com/LittlePey/SFD/issues/13)
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...
Hi, you need to change the tcp_port to another number to avoid address conflict, such as: ``` scripts/dist_train.sh 8 --cfg_file cfgs/kitti_models/sfd.yaml --gpu_id 0 --tcp_port 24523 ```
I am sorry that I have no idea. Maybe you can try more tcp_port numbers.