yanqswhu

Results 13 comments of yanqswhu

Original ![original](https://user-images.githubusercontent.com/17909171/81633290-fd7e0880-943e-11ea-8162-3b6dc7f8e085.png) Result ![after](https://user-images.githubusercontent.com/17909171/81633319-0e2e7e80-943f-11ea-90e5-8af6d5cab954.png)

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了。 我没有遇到这个效率下降的问题。 ![image](https://user-images.githubusercontent.com/17909171/164894501-9fcb063a-1f85-4644-bb87-4c2e236e2c46.png)

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 正解!