HaoxiangChen
HaoxiangChen
I'm doing some work about scene completion, and I want to know that how you process the Matterport3d dataset to generate the test data. Can you release the code of...
In some function like mean() and sum() parameter name is `keepdims = True` In other function like norm() parameter name is `keepdim = True` Every time I write keepdim parameter,...
Hello, I just meet some problem when checking the code of intializing neural points from COLMAP points. In your paper, you said that > We first rule out all the...
I just download MinkowskiEngine-0.5.2 from github release and run ``` python setup.py install --blas=openblas --force_cuda ``` then it comes ``` g++-7 -pthread -shared /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/math_functions_cpu.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/math_functions_gpu.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/coordinate_map_manager.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/coordinate_map_gpu.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/convolution_kernel.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/convolution_gpu.o /home/chx/phd/MinkowskiEngine-0.5.2/build/temp.linux-x86_64-3.6/home/chx/phd/MinkowskiEngine-0.5.2/src/convolution_transpose_gpu.o...
I have read #16 and follow the equation `x = ARAx' + c`, but I still can't align point clouds to exr points. Here is my code ``` #back projection...
I recently download BlendedMVS++ and I try to project the pixels from ref view to src views with ground-truth depth image. And I found there are significant difference between the...
I noticed that only when source camera following the setting that azimuth=270, elevation=0, the triplane would render the same image as input under input pose. My question is, when I...