Open ZhouMengjie opened 6 days ago
We used the Blender 3.3.0. Is the output file always named "0002.exr" "D0002.exr", "DJ0002.exr", or does it render normally at first and then result in such a file?
Alternatively, you can render the depth maps in batches to prevent the program from modifying the file names. For example, if you have 1000 images, render the first 500 images in the first batch and the remaining 500 images in the second batch.
We will further optimize our code.
It is normal at the begining, and split the whole dataset into separate batches would be a good solution. Thanks very much for your reply.
Hi, I also met the same problem. when i am trying to render depth maps for "UAVD4L-LoD"-"InTraj", i got "0002.exr" "D0002.exr", "DJ0002.exr". It seems that the correct file name should be like this "DJI_20231207173403_0141_W0002.exr". Could I know whether this is relevant with blender version? I use blender-4.3.0-linux-x64 while you are using a lower version? I am looking forward to your help. Thank you.
Originally posted by @ZhouMengjie in https://github.com/VictorZoo/LoD-Loc/issues/7#issuecomment-2499989649