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

Custom data training/testing #1

Open
mikirui opened this issue Mar 22, 2022 · 1 comment
Open

Custom data training/testing #1

mikirui opened this issue Mar 22, 2022 · 1 comment

Comments

@mikirui
Copy link

mikirui commented Mar 22, 2022

Hi,

Are there any guides for custom data training or testing?

I am confused about :

  1. the meaning of the last four numbers in the camera files, e.g. the last line "425.0 1.875 256.0 903.125" in data/scan105/cam_00000000_flow3.txt;
  2. The difference between 'mask_hd' and 'pmask';

Would you kindly provide the definitions or the converted scripts for them?

Thanks.

@jzhangbs
Copy link
Owner

Hi, thanks for being interested in this project.

The four numbers are the depth range of the view, which is mainly for the MVS step. Most of the MVSNet variants require this. The convention is depth_start depth_interval depth_number depth_end

mask_hd is the mask generated from MVS. Suppose you generate the depth maps by some MVSNet variants, you can get this by thresholding the probability maps in the outputs.

pmask stands for perfect mask. For DTU, it is the hand-labeled mask provided by IDR. It is only used for evaluating the PSNR.

Currently the released code is mainly for reproducing the results in the paper. We plan to release the data preparation script but we are still cleaning the code.

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

2 participants