surface_normal_uncertainty
surface_normal_uncertainty copied to clipboard
[ICCV 2021 Oral] Estimating and Exploiting the Aleatoric Uncertainty in Surface Normal Estimation
Hi, This is a great work! Would you consider adding your model to kornia? https://github.com/kornia/kornia I believe, that it could boost the usage and citations for you and make life...
(test) jiehu@jiehu-Z490-AORUS-MASTER:/media/jiehu/hard_disk/work_data_hd/code/open_source/surface_normal_uncertainty$ python test.py --pretrained scannet --architecture BN loading checkpoint... /media/jiehu/hard_disk/work_data_hd/code/open_source/surface_normal_uncertainty/checkpoints/scannet.pt Using cache found in /home/jiehu/.cache/torch/hub/rwightman_gen-efficientnet-pytorch_master Downloading: "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/tf_efficientnet_b5_ap-9e82fae8.pth" to /home/jiehu/.cache/torch/hub/checkpoints/tf_efficientnet_b5_ap-9e82fae8.pth Loading base model ()...ffff: Done. Removing last two layers (global_pool...
Hi Bae: Thank you for your great work here! I am trying to compare with your work on ScanNet v2 but do not know the exact details. I wonder if...
I wanted to try to train a new model using my own dataset, and when using NLL_ours as the Loss function, the loss value would gradually become negative during training....
I attempted to test the NYU dataset using the provided weight file and obtained a result that was consistent with 85.17 in the paper. But when I tried to train...