about export.py
Closed this issue · 2 comments
coper16 commented
eric-yyjau commented
Hi @coper16 ,
Thank you for raising this issue.
I'm not sure why. I tested with KITTI dataset just now and it worked ok with GPU.
Is it because of too many dataloader workers?
You can try to set it to 0.
coper16 commented
Thank you for your quick reply.
I tried changing workers_test parameter(2 to 0) and it worked well!
Thank you very much.