You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I met several problems on reproduction and training.
When I try to reproduce this work, the best result of 3D detection is [24.5, 18.4, 15.7] which is far behind your result.
When I try to replace dla34 with other backbone, such as hrnet, the loss is not convergent.
When I try to train with large backbone, I have to reduce the ’samples_per_gpu‘, I meet a bug called 'assert pred.size() == target.size() and target.numel() > 0', for example when ’samples_per_gpu‘ equals 2 or 3 or 4.
'assert pred.size() == target.size() and target.numel() > 0' is a common bug when I do reproduction and training. I check the params and find that target.size() = [0,2], and have no idea what happened.
plz help me with this issues. Looking forward your reply.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, thanks for this amazing work.
However, I met several problems on reproduction and training.
plz help me with this issues. Looking forward your reply.
Thank you.
The text was updated successfully, but these errors were encountered: