Hi, I have trained the model following the instruction python run_training.py --cfg configs/cra/train_cra_scannet.yaml. However, the PSNR metric is much lower than the paper reported.
Here's my validation results:
The model doesn't seem to converge. Did you train enough steps?
Did you load the pretrained neuray model? Many photos in the scannet dataset have ghosting and black edges which are bad for the training process. Therefore, we larverage neuray for better rendering quality.
Hi, I have trained the model following the instruction
python run_training.py --cfg configs/cra/train_cra_scannet.yaml
. However, thePSNR
metric is much lower than the paper reported. Here's my validation results:Is the hyper-params goes wrong?