-
Notifications
You must be signed in to change notification settings - Fork 56
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
TartanVO Training - Uncertain Problems in Stage Two #21
Comments
Have you load PWC pre-training Network? |
Yes sir, I loaded this pretrained checkpoint: |
Could you please provide train_pose.txt and val_pase.txt? I also want to implement them. Thanks! |
Off topic, but yes, in the repo there is a python script to generate reference pose file. you need to download tartanair dataset first, and run the script in a that data folder. and you would get something like this
|
Thank you. I have a little don't understand is about the division of training 、validation and test dataset, I see DPVO provides a tartan_test.txt: I don't know is how to divide in tartanVO, I can't find any such files , we may need to write some manually depending on the division in the paper? |
Yes, the script is only for generating meta-informations. You need to manually split the dataset. If you encounter anything related to my codebase that needs attention, please raise an issue there. This helps keep this thread focused. |
Thank you very much! |
I have reproduced the relevant code and can be contacted by email:[email protected] |
Hi,
First of all, I really appreciate the incredible work you've done on TartanVO. It's a fantastic contribution to the field.
I've been working on replicating the training code for TartanVO, and I'm encountering some issues. In the first phase, where the goal is to predict pose from groundtruth (GT) data, the performance is acceptable (I assume). Even though the result is not as good as the 1914.pkl file provided by the authors, the loss decreases normally (I assume) throughout the training process.
However, in the second phase, where the PWC-Net and FlowPoseNet are connected, I'm facing difficulties and I'm not sure where the problem lies. The loss is not decreasing as far as I can tell. I would greatly appreciate any assistance or insights you provide.
Current Results
Training result for pose only(stage one) training
Training result for stage two.
I don't see a decrese.
Details of my setup
Loss Calculation Method:
These are what I found in a COMPASS repo linked by another issue #14.
Dataset Preparation.
Other than transformations, I use the basically the same configuration in this repo. and again this one is what I get from the COMPASS repo.
Some Hyperparameters
Main training logics
Is there any other information I should provide to help diagnose the issue? Thank you in advance for your help!
I apologize for the long post, but I'm at a point where I can't make further progress and really hope to get support from the community. My humble implementation is available here.
A million thank you,
Best regards.
The text was updated successfully, but these errors were encountered: