Skip to content
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

proj_ray_dist_threshold #16

Closed
nogoing opened this issue Apr 19, 2022 · 2 comments
Closed

proj_ray_dist_threshold #16

nogoing opened this issue Apr 19, 2022 · 2 comments
Labels
question Further information is requested

Comments

@nogoing
Copy link

nogoing commented Apr 19, 2022

Hello. Thank you for great paper and code.

I have one small question.

The threshold value of projected ray distance loss is set to 5, is there a reason why you chose this value?

Also, is this threshold value used even when the camera parameters are initialized with identity matrix and zero vector? (Self-Calibration experiments)
When the camera parameter is coarse or has a bad value, I think the proj_ray_dist loss will be much larger than 5, but wasn't it?
I wonder if this threshold works.

Thank you!

@jeongyw12382
Copy link
Collaborator

First, the thershold 5 is selected after searching hyperparameters.

In addition, as mentioned in the paper, we do not use the projected ray distance loss at the very beginning of the training because of the reason you've just mentioned in this issue. I recommend referring to the Curriculum Learning subsection on the main paper. This might help your understanding.

@jeongyw12382 jeongyw12382 added the question Further information is requested label Apr 21, 2022
@jeongyw12382
Copy link
Collaborator

Please let me know if you have any difficulties on using this repository.
You can feel free opening the issue again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants