yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.33k stars 1.04k forks source link

Where do the ouput photos go? #103

Open SaadatKhan opened 1 year ago

SaadatKhan commented 1 year ago

Hi! After the model is trained, a video is rendered as I can see in the logs folder. Do you know where are the photos saved (or are they saved anywhere) that were used to render the video? Thanks

monamourvert commented 1 year ago

Do you finally find the way to extract all the rendered images? I also curious about that

RongKaiWeskerMA commented 1 year ago

please check the code where you save your output images and .mp4 file. In my case, its in logs/ dir