-
Notifications
You must be signed in to change notification settings - Fork 17
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
Why did I not train well according to your method? #24
Comments
Hello, can you tell me where are the training weights? I cant find them while training. |
You can find the pre trained weight here: |
Sorry, I mean the training weights not pretained weights. The common situation is that when you finished one epoch, the model evaluates on the val dataset and saves a weight. 1 2 3 and 20. But I cant find the weights saveing folder while training. Where the weights save? |
You can set the path where you want to save the training model in run. py. In author run.py,--work_dir results.That means,your finished one epoch is in the /GCNDepth/results. |
Oh, I know my mistake. The first epoch is epoch1 rather than epoch0. So the model actually have not finished 1 epoch and saved weights. Thanks for your timely reply. |
Hello, may I ask how your mmcv=0.4.4 was installed? I have encountered the same problem as you, which is that the generated depth map is completely black, but I did not reproduce it. Instead, I used the author's decoder to modify and run it. So, how was your mmcv=0.4.4 installed? |
You can download the mmcv through this link: |
what is the difference between mono_fm and mono_fm-joint?
The text was updated successfully, but these errors were encountered: