-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce 3DNet+CL #24
Comments
Hi, Just remove all the depth-guided modules, set corner_loss=True and corner_in_3D=False, because only 2D corners are helpful and the 3D corner hurts the overall performance. Regards, |
Hi, thanks for reply ~
This item allows network to predict 8 corners projected cx, cy (image plane) and cz3d(camera plane).But this branch is not used in the inference stage? 2、I have some confusion about data augmentation code when doing randommirror. When the image is flipped, the vertices need to be modified like cx2d But it seems you didn't do it in the code, which makes me confused. Sincerely |
Hi,
Mingyu |
But it seems it only filps the center of x,have you filpped obj.vertices? |
Hi, thanks for pointing out this. The vertices should be flipped as well. But it may not affect the training accuracy much (like only use half of the data for auxiliary loss). I will do some experiments to verify this bug and update the code when I have time. Thanks |
Thanks, waiting for it ! I will do some experiements either. |
Hi, dingmyu, I remove all depth ralative code and set config according to your guidance.But the performance is still low.Is my config file setting right?All could you please provide your config?
Sincerely. |
Hi, My config file can be found here. Your config looks normal and correct. What is your training batch size? Does the model converge in 50000 iterations? Regards, |
Hi~ |
Hi, Sorry I did not keep the log files. I think your batch size of 2 is too small so that 50000 iters are not enough for the training. I usually use 20000 iters for batch size 16, or 40000 iters for batch size 8 If you only have a single GPU, you may try a larger amount of iterations (such as 100000). Mingyu |
Thanks,I will try it later. |
Hi @dingmyu , I have the same question here.
I want to reproduce your result in corner loss, but what you said above makes me confused.Did the corner loss useful here?How can I reproduce "3DNet+CL" ?
Originally posted by @kaixinbear in #22 (comment)
The text was updated successfully, but these errors were encountered: