AiYoWeiYL
AiYoWeiYL
> > @nindanaoto Hello, which eigen version is in your computer? My eigen version is 3.4.0, and I met a series of errors like this `/usr/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h:258:30: error: redeclared with 1...
I'll give it a try. Thank you
I have the same problem. I don't know how to set scoring and weighting when creating the dictionary. Have you tried to solve the problem with DBow3?I always get errors...
Hello, I also encountered the same problem, please tell me whether you have solved it.My program breaks at distance(cv:: Mat&a, cv :: Mat&a) of descmanip. cpp. I output a.rows in...
Hi, may I ask which version of Eigen is? I met the following problems when compiling (using OpenCV 4.5.5 , Open3D 0.10.1) In file included from /usr/local/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h:14:0, from /usr/local/include/eigen3/unsupported/Eigen/CXX11/Tensor:31, from...
Thank you for your reply. I wrote four cameras in the configuration file ``` demo_interpolate: model_state: enable_sh: True log_query: False dataset: module: LoG.dataset.demo.InterpolatePath args: cameras: $PLYNAME scale: 4 steps: 600...
Thank you for your reply. Now I can get the render result, but the render result is not very good, as shown in the image below. What might be the...
Thank you for your reply. I think the intri.yml obtained by colmap calibration are OK. Is it possible that the number of points in the sparse point cloud obtained by...
Hello, I re-git and install mydiffgaussian module as you said, and set use_origin_render to False, but the rendering result is not improved. So I tried to reproduce the rendering results...
Thank you for your reply. The result looks much better after modifying the scale!