-
Notifications
You must be signed in to change notification settings - Fork 307
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
Training for 80000 times #40
Comments
Can you use the weight file you got for testing? When I test with the weights I got from training, the following error is reported: |
@xhangHU Hi, I have run the model with the weights they provide successfully but met the same problem as I used my self-trained weights. Did u solve this problem yet? |
It's not solved yet, and I checked that the network structure used in the pre-training model provided by the author is not the same as in the code provided |
Hi, could I join yours? I would like to retrain the model but got stuck in the beginning. Thanks a lot. |
It maybe cause by, the distance of graph is loss than the thresh. Try to give a smaller thresh, the demo will run successfully. But I still meet some problem with the disps result |
@519174419 Yeah, I solved the problem by setting a smaller thresh but the ego-motion prediction looks so weird with my self-trained model. Is anything wrong with your disparity map? |
Yes,I think the flow_loss and geo_loss is low, but it still something wrong with the disparity map. |
@519174419 We can talk about it in more detail and my email is [[email protected]]. |
Hi @realXiaohan , could you please share your config for training and demo ? |
Hello, I have been stuck here for a long time now, may I ask if you have solved this problem? If it is convenient, can you add a contact information for detailed communication? I would like to ask you about my wechat 18186416709, email [email protected] |
|
Hi!
Thank you very much for sharing the code of DROID_SLAM.
I've trained 80,000 times on the Tartanair dataset so far, but why hasn't loss_function shown any signs of convergence so far?
The text was updated successfully, but these errors were encountered: