qufang

Results 19 comments of 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} ![image](https://user-images.githubusercontent.com/53482524/184465143-b73ad057-5335-4f62-bd3a-a8dec09005a2.png) ![image](https://user-images.githubusercontent.com/53482524/184465225-9f78a18b-a86d-470b-ac89-0956a7ba376f.png) 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...

![image](https://user-images.githubusercontent.com/53482524/184479048-3fc5e96c-d4aa-45ae-9b43-f48de7d462ee.png) ![image](https://user-images.githubusercontent.com/53482524/184479067-2db58a17-c202-4273-acd9-27e5d55a8d15.png) 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.