Ken Lin
Ken Lin
Yes, other video works fine. I am using this video https://youtu.be/Nf4p_PxDLI8 And it is downloaded with `youtube-dl` using the following script ``` # Download video from [url] to a folder...
Sorry I was busy with other things so I haven't had the time to test it again. My guess is that the video file downloaded with youtube-dl is corrupted for...
Hi I will take a look at this once I have time. A quick alternative is gdown (https://github.com/wkentaro/gdown) E.g. ``` gdown --fuzzy --continue [file link] ```
Here is the model checkpoint for 4 input views https://drive.google.com/drive/folders/1lyZ_zftMSlnPZ9gzBEbCLjF0bkWXv-AU?usp=sharing Please let me know if this does not work
Hi You could just load the mask (remember to set a threshold to keep only the face) and multiply it with the RGB image to remove the background. Also, I...
Hi, Yes it should be possible. You could take a look at https://github.com/ken2576/nelf/blob/main/run_validate_view.py We change the view count to show different rendering quality. I think you could prepare data for...
Sorry for the late reply. Since our network was trained with only 5 views as input, you might need to retrain it first. Another thing is that the data seems...
It seems that it can only run on Optix 5.1.1. Anything newer could produce the error.