SuperNormal icon indicating copy to clipboard operation
SuperNormal copied to clipboard

[CVPR 2024] Official implementation of "SuperNormal: Neural Surface Reconstruction via Multi-View Normal Integration"

Results 6 SuperNormal issues
Sort by recently updated
recently updated
newest added

I tried to test on my own data. The generated meshes are mess. I found out that there are issues about the rendered normal maps which are generated from validate_normal_patch...

the code is not loading the checkpoint correctly. since its only loading the state_dict, attributes like the the bandwidth are not correctly loaded.

Hi, Im trying to run the code and Im following the steps for DiligentMV dataset:) Im using Metashape to estimate the cameras from images and I exported the cameras to...

Hi, I'm using XHumans Dataset which provide mesh. I rendered normal with camera poses and got error as following while training the model. Any insight would be helpful. ``` true_normal...

In case anybody has issue with dependencies. I created a dockerfile for your convenience. ``` FROM nvidia/cuda:11.8.0-cudnn8-devel-ubuntu18.04 ENV DEBIAN_FRONTEND noninteractive # Install basic dependencies RUN apt-get update && apt-get install...

Hi, Thank you for the work and the code! When I tried to run the DiLiGenT-MV benchmark objects, it seems that the final saving requires very large memory: So is...