princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.14k stars 430 forks source link

Is it possible to continue generation being artificially terminated? #213

Closed zitianlll closed 2 months ago

zitianlll commented 2 months ago

Describe the feature you would like to see implemented

If I have to kill the generation process and some of scene have frames(Image, rendering metadata such as DiffCol and part of gt such as(Depth). Is it possible to continue the generation after interruption?

araistrick commented 2 months ago

Yes, you can attempt to rerun the same command with --useexisting and it won't repeat any job which was marked as fully finished (IE any job for which seed/logs/FINISH$jobtype.txt exists). It may repeat some work for jobs that were midway through.