Instant-angelo
Instant-angelo copied to clipboard
Instant-angelo: Build high-fidelity Digital Twin within 20 Minutes!
OS: Ubuntu 22.04 GPU: gtx 3060 TI 12gb Cuda 11.3 gcc/g++ are gcc-9/g++-9 using update-alternative Upon completion of a model being trained the expected .obj and are not within the...
Hello, We have succesfully captured a real scene of a saxophone with neuralangelo, and the results look decent. I am trying to reenact the same results with instant-angelo but so...
遇到这两个问题请指教: 1. lego数据集训练出来模糊 2. meshlab和其他查看obj软件,mesh非常暗 3. 自己的数据集也一样问题 4. 不知道是不是有什么配置不对?最新代码  
Hi, I wanted to try out the reconstruction, but for me the method does not go beyond the data loading of the colmap dataset. The concatenation of the arrays leads...
Dear authors, Thank you for your excellent project! Here, I would like to ask some questions about the methodology. Could you explain more about, what modules have your implementation added...
I'm trying to test using this command: ``` bash run_neuralangelo-colmap_dense.sh ~/data/truck ``` but I get this error: ``` ---colmap2mvsnet--- Traceback (most recent call last): File "/home/ubuntu/Instant-angelo/third_party/Vis-MVSNet/colmap2mvsnet.py", line 354, in zs.append(np.asscalar(transformed[2]))...
I'm unable to build tiny-cuda-nn and pytorch bindings under a conda environment. All previous lines succeed, when getting t this one: ```pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch``` The build process fails. I'm runnig...
According to the code at line 315 in `models/neus.py`, the color export method is still for angelo, not for unisdf, which lead to incorrect color.
@hugoycj Hi,awesome work,but there is no result output from my training here. What could be the problem? Thank you. 
Hi. thank you for your work. I really appriciate it! The dense reconstruction would not run because of the use of numpy.asscalar: https://github.com/hugoycj/Instant-angelo/blob/4d57c9268e8fb1868bfa028364e4353005a70939/third_party/Vis-MVSNet/colmap2mvsnet.py#L354 I changed it to numpy.ndarray.item() which works....