Closed no-Seaweed closed 4 years ago
I have got the same problem with the same pytorch version with you, the result is way too far from paper claimed. I guess that's due to the pytorch version since the author use pytorch 0.4.0?
I have got the same problem with the same pytorch version with you, the result is way too far from paper claimed. I guess that's due to the pytorch version since the author use pytorch 0.4.0?
Hi,
I'm using pytorch 0.4.0 for this framework. I think, for me, it is a data folder's permission problem, because I'm not an administrator in the PC I am using. I solved the permission problem and everything works fine, feel free to reopen if you still have problem.
I have got the same problem with the same pytorch version with you, the result is way too far from paper claimed. I guess that's due to the pytorch version since the author use pytorch 0.4.0?
Hi,
I'm using pytorch 0.4.0 for this framework. I think, for me, it is a data folder's permission problem, because I'm not an administrator in the PC I am using. I solved the permission problem and everything works fine, feel free to reopen if you still have problem.
Hi,
I have got the same problem which bothered me for a long time. And I have two questions.
First, what's the meaning of "data folder's permission problem" mentioned in your comment? which data folder? And how can I solve the permission problem?
Second, why the data folder's permission problem can have such an impact on performance?
Thank you very much!
Hi,
I am running the code to reproduce the result. I simply followed the instruction in ReadMe, everything went smoothly, but I get a low performance on both warmup and main. Here is the entire log.
Ubuntu: 16.04 Python: 3.7.7 CUDA: 10.0 Pytorch: 1.4.0
python scripts/train_rpn_3d.py --config=kitti_3d_multi_warmup
python scripts/train_rpn_3d.py --config=kitti_3d_multi_main
I also notice there is a segmentation fault at the bottom of output. I guess that might come from the permission I have on my side - I am a user on a big machine. If that is an error causes the low performance, please let me know.
Thanks in advance!
Best, Shukai