-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some question about training progress #10
Comments
Dear Jiyuan,
I hope these help, please let me know if you have any further questions. Best, |
Helpful !Thanks ! :) |
Also , At here ,Why you use 'color_aug' to predict pose instead of color? |
Dear Jiyuan, For the second question, self-distillation can enhance the raw predictions, so It can generate labels in training and improve prediction results in testing. Our best model was obtained after self-distillation training, and the three results are raw prediction, pp of raw prediction, and sd of raw prediction in the testing of the best model. |
Oh! Regarding the new question, the augmented images are used as inputs of all networks to rich the data. |
Dear @Dwawayu :
Thank you for your amazing work!
CUDA_VISIBLE_DEVICES=0 python -u train.py --png --model_name ** --use_denseaspp --use_mixture_loss --plane_residual --flip_right
for first stage and delete all the code likedist.get_rank() == 0: blablabla
. Are there any other details I need to pay attention?--load_weights_folder ./log/ResNet/exp1/last_models
.Why you don't use the bestmodel?I'm wandering All of your results are the 50th epoch result (
last_model
)? Or thebest_model
result? And All the three line you had use the HRfinetune, right?Thank your for your time and help.
The text was updated successfully, but these errors were encountered: