Hi,
I am trying to run this code with our own synthetic dataset.
I rendered two equirectangular images 512x1024 with a vertical stereo setup as yours.
However, I got a questionalble result.
Belows are input_up_image, input_down_image, result_with_MP3D_ckpt, result_with_SF3D_ckpt, and result_with_Real_ckpt.
For the last one, I gave args.real = True.
Do you think I am running incorrectly? or are these expected results? Please let me know.
For more information, I ran testing.py, and I changed __imagenet_status in preprocess.py.
I didn't work with the original code:
__imagenet_stats = { 'mean': [0.485, 0.456, 0.406], 'std': [0.229, 0.224, 0.225] }
, so I added some numbers like
__imagenet_stats = { 'mean': [0.485, 0.456, 0.406, 1], 'std': [0.229, 0.224, 0.225, 1] }
and it didn't matter much which number I gave. Should I change these numbers to reproduce your performance?





Hi,
I am trying to run this code with our own synthetic dataset.
I rendered two equirectangular images 512x1024 with a vertical stereo setup as yours.
However, I got a questionalble result.
Belows are input_up_image, input_down_image, result_with_MP3D_ckpt, result_with_SF3D_ckpt, and result_with_Real_ckpt.
For the last one, I gave args.real = True.
Do you think I am running incorrectly? or are these expected results? Please let me know.
For more information, I ran testing.py, and I changed __imagenet_status in preprocess.py.
I didn't work with the original code:
__imagenet_stats = { 'mean': [0.485, 0.456, 0.406], 'std': [0.229, 0.224, 0.225] }, so I added some numbers like
__imagenet_stats = { 'mean': [0.485, 0.456, 0.406, 1], 'std': [0.229, 0.224, 0.225, 1] }and it didn't matter much which number I gave. Should I change these numbers to reproduce your performance?