alexklwong / calibrated-backprojection-network

PyTorch Implementation of Unsupervised Depth Completion with Calibrated Backprojection Layers (ORAL, ICCV 2021)
Other
118 stars 25 forks source link

A bug in setup_dataset_nyu_v2.sh #6

Closed MingkangXiong closed 2 years ago

MingkangXiong commented 2 years ago

https://github.com/alexklwong/calibrated-backprojection-network/blob/57dbec03c6da94ee0cd020b6de5f02e7e8ee726e/bash/nyu_v2/setup_dataset_nyu_v2.sh#L6

The last comma needs to be removed.

alexklwong commented 2 years ago

Thanks for catching that, it seems that the setup_dataset_nyu_v2.sh script is not the most updated version. There were additional commands to set up the dataset as we used it. I am not in town right now, but will push an update soon.