ShowMeCode

Results 20 comments of ShowMeCode

some details: Recently, I am using colmap to generate camera poses for nerf training. I use my dataset which contains sparse images of one scene. I ran img2pose.py from https://github.com/Fyusion/LLFF/blob/master/imgs2poses.py,...

Hi, I rebuilt env according to you env file. And I removed readline and pillow's version request because conda reported there is a conflict in these modules' version. But problem...

Well, I guess I have solved the problem. It's because the mismatch between pytorch and pytorch-lightning. I installed newest version of pytorch using conda. After that, I installed pytorch-lightning using...

same here, very annoying. not happen everytime.

I use my mac to control ubuntu server. I found that ctrl+tab shortcut doesn't work in ubuntu. By the way, I set ctrl+tab to switch among applications in ubuntu. And...

Hi, Thank you for your quick reply. Actually, I didn't use the default training script. In my setting, I only sampled 64x64 rays, so the num of sampled rays is...

I inserted ray_marching and rendering function into my code.

I found another problem. I can install pytorch3d using the above method. But after installing pytorch3d and kornia module, I got the error showed in https://github.com/YadiraF/DECA/issues/159. I tried many times...