-
Notifications
You must be signed in to change notification settings - Fork 90
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
NAN appears when training #54
Comments
@JesseZZZZZ Hello! I met the same problem. Have you solved it? |
@markinruc Well, for the NAN in the image it was because some values in my depth maps are 0, and the inverse depth calculation results in NAN (1/0). Another NAN in inference is that my model was so bad....After I trained it for some epochs the NAN disappeared |
Hello, have you successfully fine-tuned DPVO? |
I trained it on my own data, nan appears when I didn't normalize my gt data.maybe you can try normalizing everything to tartanair's distribution?
…---- Replied Message ----
| From | ***@***.***> |
| Date | 02/01/2025 10:04 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [princeton-vl/DPVO] NAN appears when training (Issue #54) |
Hello, have you successfully fine-tuned DPVO?
I have tried fine-tuning it, but the results are quite strange.
Would you be willing to give me some guidance?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Wow, that's sound advice. I'd like to try it. Do you know what the distribution of tartan looks like? |
tartan's range is about -10 to 10. I think the absolute value of gt should be less than 20 ...?
…---- Replied Message ----
| From | ***@***.***> |
| Date | 02/03/2025 10:02 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [princeton-vl/DPVO] NAN appears when training (Issue #54) |
I trained it on my own data, nan appears when I didn't normalize my gt data.maybe you can try normalizing everything to tartanair's distribution?
…
Wow, that's sound advice. I'd like to try it. Do you know what the distribution of tartan looks like?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks for your kindly repley. I have a few additional questions about preparing fine-tuning data, and I would greatly appreciate your help:
|
Hi @lahavlipson , have you tried training DPVO on other datasets beside TartanAir? I tried to train it on TUM (using _build_dataset from raw RGB and depth maps), but all values became NAN, do you know the issue? (t1[0] and t2[0] are all NANs). Thank you so much!
![Uploading image.png…]()
The text was updated successfully, but these errors were encountered: