You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added this to checkpoint_config create_symlink=Falsehere
However, when I try to predict depth with newly trained model, it just gives strange results that if you can explain. I have attached training logs for your reference and one prediction example from newly trained model below.
P.S: I was able to get good results with BTS with same code modifications. 20220708_175744.log
The text was updated successfully, but these errors were encountered:
This is related to the unsolved issue of convergence. Some discussions can be seen in Issue #20, #32. As you can see from the log files, the sigloss is not decreasing and retain the value of about 3.
While I have tried several methods to solve this issue, they are futile and the problem exists. Now, the simplest way is to run the training script several times. Whenever you see that the loss is less than 3 (can decrease to 0.x) in the first several printed log info, it means that the model can be successfully trained in the following training stage.
Hello,
I trained DepthFormer model on NYU dataset after processing the raw data from other work and made few modifications to code such as:
samples_per_gpu=4, workers_per_gpu=4
herecreate_symlink=False
hereHowever, when I try to predict depth with newly trained model, it just gives strange results that if you can explain. I have attached training logs for your reference and one prediction example from newly trained model below.
P.S: I was able to get good results with BTS with same code modifications.
20220708_175744.log
The text was updated successfully, but these errors were encountered: