Skip to content
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 questions about reproduction. #5

Open
Hyeonjoong-Jang opened this issue Sep 21, 2020 · 0 comments
Open

Some questions about reproduction. #5

Hyeonjoong-Jang opened this issue Sep 21, 2020 · 0 comments

Comments

@Hyeonjoong-Jang
Copy link

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?

up
down
MP3D
SF3D
Real

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant