-
Notifications
You must be signed in to change notification settings - Fork 40
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
Kitti depth shows worse result #14
Comments
Hi @hyBlue, thanks for the attention.
|
@harishkool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I think your work is really interesting so I'm trying to reproduce your results, both of those in the paper and of pretrained model you provided but the model I've trained shows worse result. I want to figure out how to train properly.
(The results below are all based on ImageNet-pretrained Resnet18)
In the code, the number of iterations for every stage is set to 200,000 in default but it's different from the paper
so I followed the paper, Stage1 for 20 epochs, stage-2 for 20, and jointly train for 10 epochs. But the result was bad such as:
so I tried to find out the best checkpoint for each stage, and used it for the next stage training.
Then I could get the better result.
However, this is still far from the result reported, so I changed the weight of pt_loss ins stage_3
TrianFlow/config/kitti_3stage.yaml
Line 23 in 386de63
, from zero to 0.3 then the result became
but it is still worse than your result.
Therefore, I want to ask you two questions,
I'm really looking forward to your feedback. Thanks!
The text was updated successfully, but these errors were encountered: