Open LukeShortCloud opened 5 years ago
The final images saved to $TMP/cgc/horizontal/ should have randomly generated names instead of using sequential numbers.
$TMP/cgc/horizontal/
Before:
After (example):
The names should be predictable (via a common RNG seed?) to work with caching.
The final images saved to
$TMP/cgc/horizontal/
should have randomly generated names instead of using sequential numbers.Before:
After (example):