wangxl

Results 2 issues of wangxl

## 环境 1.系统环境:Ubuntu 18.04 2.MegEngine版本:1.8.2 3.python版本:3.6.9 ## 复现步骤 import megengine ## 请提供完整的日志及报错信息 >>> import megengine err: failed to load cuda func: cuMemcpy2D_v2_ptds [1] 491 segmentation fault python

Thanks for this excellent repo! I'm trying to generate a COLMAP format reconstruction result using vggt_to_colmap.py. Here's my question: The size of my input images is: height=3845, width=2160. In the...