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

disparity label setting after random shift augmentation #18

Open
chaowentao opened this issue Mar 20, 2022 · 0 comments
Open

disparity label setting after random shift augmentation #18

chaowentao opened this issue Mar 20, 2022 · 0 comments

Comments

@chaowentao
Copy link

we select the 7×7 views and disparity image of its center view to train our network.

The paper mentioned the disparity label should respond to its center view after random shift augmentation. But in the current code, load_LFdata function introduces the code:
traindata_label=np.zeros((len(dir_LFimages), 512, 512),np.float32), it doesn't include all view disparity.
Although the generate_traindata_for_train function assumes the situation, the disparity image of its center view can't be produced. So I want to clarify the detail of whether to use the center disparity label during the training process.

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