yanqswhu
yanqswhu
Original  Result 
I removed pytorch3d because it was difficult to install, especially under windows.
@racinmat Thanks for your work in depth post-processing. But it is too hard for people who have no idea about rendering to understand. To simplify, we only have to use...
可能要更新一下jittor,都更新到1.3.3.8了。 我没有遇到这个效率下降的问题。 
Thx, I also met this problem. I found out the reason is that there were two eigen3 in my system. So I delete one of the them and rebuild the...
Why is tf so hard to use? I think this is why so many people turn to pytorch.
I had met this kind of problem. The reason is that during the openMVG_main_SfMInit_ImageListing step, the system default convert the GPS coordinate into ECEF coordinate which is not suitable for...
@myKYSH 代码还在重构中,现在使用还不是很方便
Can you explain in detail? Show me some of the errors.
> conda install -c conda-forge pycocotools 遇到同样的问题,用conda安装pycocotools解决了,conda安装完之后重新pip install -r requirements.txt 正解!