qufang
qufang
I rewrote create_data, so my dataset does not apply the official generated pkl. I think you can rewrite the dataset, input 4 frames of pictures and related information at a...
Sorry, I didn't make it clearer, this is the case with distributed training.
I use the A100 48G to inference. But I get the same result.
python -m torch.distributed.launch --nproc_per_node=$GPUS --master_port=$PORT tools/test_mmdet3d.py $CONFIG --launcher pytorch ${@:3}   I just replaced the test.py with the one from mmdet3d. The program works fine when the number of...
Sorry, It's all my fault. I replaced the test.py with the one from mmdet3d. But it doesn't open the muti tasks. However, adding -H localhost:port with different port to avoid...
  I print the tcp. From the results, setting the port does not seem to have any effect
> Hi, nice work! > > Since the training details are not released yet, I'm here to share some of my progresses, and hopefully, discuss with you guys a bit....
Thanks for your reply.This error may be caused by the data set, I just found out that the data is not processed according to the author's requirements. Which piece of...
Thank you for your generous answer. This helped me a lot!
Thanks for the reminder, it should be the reason of lr config.