-
Notifications
You must be signed in to change notification settings - Fork 9
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 problem help #14
Comments
Could you provide more details about your training configuration and results, such as the config file, the number of GPUs, and the rendered images? |
If you are using a single GPU to train NeuFace, it is recommended to increase the num_pixels in the config file. Note that the PSNR shown in TensorBoard is not accurate due to the calibration code. For an accurate PSNR evaluation, please run eval.py. Additionally, as observed in TensorBoard, the render result appears much better than the evaluation. This might be because the wrong ckpt was used when running eval.py. |
Could you please provide the PSNR in detail for each test image? |
the PSNR of images 47.png, 49.png, 50.png(large rotation), are small, below 17, others are above 24. And only image of 52.png , is above 33. in facescape_multi_dataset.py, ply_path is the TU model and not the cut mesh? |
'ply_path' refers to the original TU model, which provides the position of nose. |
Hi, I have trained a model in 4 V800 GPUs, and get PSNR 33.28 in train set, 26.87 in eval set, with num_pixels: 20000 and sdf_threshold:5e-5. |
Can you send me your results via email? (zhyzhy@buaa.edu.cn) |
Have send it to you. If not received, pls let me know. |
Hi, I met a problem about training.
I training the processed dataset with 11 images as test set as illustrated in paper. The training results: training PSNR about 14.5 and the evaluated PSNR is about 25. At the beginning, I doubt the dataset has some problem. But when I evaluate the dataset by your released model(id=1, exp=2), the results are reasonable, i.e. PSNR=31.49 (in the train dataset) and PSRN=30.71(in the test dataset). Can you give me a help?
The text was updated successfully, but these errors were encountered: