Skip to content

Batch process behaviour change. #302

Closed
@graemeniedermayer

Description

@graemeniedermayer

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:

  1. move saving to core_generation_funnel.py
  2. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions