Previously the depthmap would save after every generation. Now it seems to need to complete all generations before saving.
I much preferred the old behaviour. It helped you check if the first few depthmaps were good in a long sequence.
Sorry for not catching this during testing.
Possible solutions
Most solutions would require fairly significant code changes.
The two most straightforward methods would be:
- move saving to
core_generation_funnel.py
- moving image loop to run_generate. making
core_generation_funnel.py for single images.
I think I prefer moving saving to core_generation_funnel.py
There's probably a better solution. Those are just the two off the top of my head.
Previously the depthmap would save after every generation. Now it seems to need to complete all generations before saving.
I much preferred the old behaviour. It helped you check if the first few depthmaps were good in a long sequence.
Sorry for not catching this during testing.
Possible solutions
Most solutions would require fairly significant code changes.
The two most straightforward methods would be:
core_generation_funnel.pycore_generation_funnel.pyfor single images.I think I prefer moving saving to core_generation_funnel.py
There's probably a better solution. Those are just the two off the top of my head.