Results 6 comments of Yuchen Song

> Thanks for your quick reply. Does it means that I can't find the file called "poses_bounds.npy" in this work? In fact, I want to test this program in the...

> ![image](https://user-images.githubusercontent.com/51500826/174465148-b7654c0f-f0be-4588-af10-c8934b091426.png) I found that after completing the first 10,000 training sessions, the mp4 video will be rendered first, and then the training will be continued. My problem is that...

I guess you should consult at [lietorch oringin repo](https://github.com/princeton-vl/lietorch#installation) and follow their instructions on installation. However, I cannot successfully install it since it seems to need CUDA 10.2 to compile,...

> @apchenstu Hi, could you please help us? Hi, maybe you can check out at my implementation [here](https://github.com/Yuchen-Song/mvsnerf), modify the folder parameter in `gen_pairs.py` and run it, it should generate...

@yhldrf 我并没有用dtu的数据集,自己的数据应该属于llff数据。`gen_pairs.py`这个函数其实就是简单的把自己的数据分成训练集和测试集(在我的文档中是每6张图片选用1张作为测试集)

Have you fixed that problem?