mondi-python
mondi-python copied to clipboard
PyTorch Implementation of Monitored Distillation for Positive Congruent Depth Completion (ECCV 2022)
Hello! I'm able to set up and run MonDi on the VOID dataset and get evaluation results similar to what is presented. ``` Evaluation results: MAE RMSE iMAE iRMSE 30.884...
Hi @alexklwong, I want to test your pretrained model (VOID) on a different dataset (ScanNet). However, I do not get satisfying results. I understand that RGB images should be scaled...
Dear Prof. Wong. Thanks for providing such wonderful project! I encounted some problems when I tried to reproduce pretrained_models from scratch by myself. I found that train_models (depth_model.pth is about...