ACVNet
ACVNet copied to clipboard
Pretrained KITTI Model
Hi, great work and thanks for providing your code. Do you plan on releasing the weights for the model finetuned on KITTI? Also, did you freeze the attention weights during KITTI finetuning?
No freeze the attention weights during KITTI finetuning.
Thanks for your answer!
I am currently trying to reproduce your KITTI finetuning and I have three questions:
- After reducing the learning rate in the 300th epoch of the mixed KITTI2012 and KITTI2015 finetuning, do you reset the learning rate to 0.001 when you start the second 500 epoch finetuning or do you continue with the reduced learning rate?
- After the 300 epochs, do you reduce the learning rate by a factor of 2, as stated in the paper, or by a factor of 10, as GwcNet did it? Reducing by a factor of 10 performs better for me.
- My KITTI15 validation EPE peaks at 0.574 during the 500 mixed epochs, and again peaks at 0.57 during the additional 500 KITTI15 only epochs. Are these EPEs similar to what you got?
Thank you for your time!
Hello, when will you upload the pre-model of kitti15 dataset? Thanks!