-
Notifications
You must be signed in to change notification settings - Fork 156
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
Inconsistant size of training set between the paper and the code #54
Comments
Dear Authors, @needylove I trained the the model with However, the result is not normal:
Could you give any tips on this? |
DenseDepth uses inpainted ground truth depth maps (required particularly for SSIM loss) which may result in noisy supervision, while as AdaBins is trained on raw ground truth depth maps (which may have missing values). In either case, Evaluation is always done on the raw depth maps as per the norm. Train/Test split is according to the officially provided split. In this repo, we indeed use a subset (24k) of the training set, following the previous work: BTS in order to have a direct comparison. All the dataset-related aspects (including the dataloaders) are directly taken from BTS and you may check out the linked repo for detailed instructions. |
Hi,
I noted the size of the training set for NYU V2 is 50k in your paper, however, that is 24k+ in the code. Might I know is it a typo or I got something wrong.
Thanks.
The text was updated successfully, but these errors were encountered: