邱锋

Results 6 comments of 邱锋

> Hi, After 2 days searching, I finally fixed this problem. First you should check your GPU drivers and CUDA, CuDNN compatibility. My conda environment list below(Python 3.8.8, Ubuntu 20.04,...

I use self.world2grid to convert the points.npy create from proc_colmap.sh. It can get better shape, but still cannot express itself in grid. Do I ignore something? ![image](https://user-images.githubusercontent.com/35981299/172349957-a3fd6bc4-d8f1-4980-8348-49cd65248090.png)

When I use terminal to run, it's ok. But when I use pycharm to debug the code, I meet the same error. I have tried on three different machine, which...

I met the same error on windows

> @pavan4虽然您的代码确实生成了网格,但它似乎没有使用正确的密度数据。 > > 我花了一段时间才得到正确的数据。它既不漂亮也不快,但它可以完成工作。也许具有良好数字/火炬技能的人可以清理它。可以成为在训练期间提取和预览网格的好工具。 > > @ishanic下面的脚本可以从命令行运行,其中一个参数指向要转换的检查点。使用重构和marching_cube参数可以帮助获得所需的模型。 > > ``` > > import svox2, mcubes, torch, numpy, argparse > > parser = argparse.ArgumentParser() > parser.add_argument('ckpt', type=str) > args =...