Yifan Lu

Results 128 comments of Yifan Lu
trafficstars

You should install [CUDNN](https://docs.nvidia.com/deeplearning/cudnn/latest/installation/linux.html#) as the error message says. ### option 1 Go to [CUDNN download page](https://developer.nvidia.com/cudnn-downloads) to download and install it. ### option 2 You can also download CUDNN...

Could you paste the yaml you use? Or other information you considered helpful

Oh I think you need to install this lib (we updated the README some time ago). Right?@vfishc

Have you normalized the 3D asset? We need to merge all things (mesh, texture) into an object with a default name 'Car'. Details can be found in Appendix E. When...

I'm not sure about the cause of this problem. We have tested the compilation of McNeRF (also, F2NeRF) on RTX 3090 and A100, and they can run normally. A possible...

You can try to reduce the compiling process number. Just add a specified number after -j `cmake --build build --target main --config RelWithDebInfo -j 2`

Hi! We predict the skydome HDRI for each frame and select the best one. The scene 113792 is a little difficult and we find the `033.exr` performs best. You can...

Could you please try other scenes to check if any checkpoint is saved?

We reconstruct the 3D scene with a neural radiance field (NeRF) and render RGB images from the NeRF. Rendering continuous images constitutes a video.

Hi! 1. We follow [READ: Large-Scale Neural Scene Rendering for Autonomous Driving](https://github.com/JOP-Lee/READ/blob/77bbfa369124b988e98745ca735cd43b990fb1f9/README.md?plain=1#L101) to use MetaShape for camera poses. We didn't use COLMAP to estimate the position before, so we are...