Wynn
Wynn
I meet the same problem when use following command to "Compiling clap v2.33.3"  It seems related to rustc version The version I used as below, 
same, have you solved that?
No, I can't solve it. I tried 3 types of model: 1) single-scene model provided by author 2) cross-scene model provided by author 3) single-scene model trained by myself all...
I verify that "hash encoding + small MLP" has faster convergence speed than “vanilla large MLP”, see this figure (Bottom is HashNeRF, while the above is vanilla NeRF) : at...
I have the same problem , how you solved it ?
where is VertexSBAPointXYZ defined?
> I think it may be a problem with the version of numpy. I solve it by simply modify the stack operation to: > > ``` > self.proj_mats, self.intrinsics =...
I meet the same problem, on a colmap-format dataset.  The PSNR suddenly decrease into an unexpected value(4.28), while the number of point cloud also decreases .
> > any more luck getting this to work? It says connected but then immediately connection dropped, over and over... > > Same problem. Anyone can help? Many thanks! I...
把CMakeLists.txt中的-O3优化去掉就可以了