Closed dluks closed 3 weeks ago
It seems that the configuration isn't quite set up to be particularly boilerplate-friendly for generalized use cases, so I've added a small change to the default eval.yaml
config and .hydra/overrides.yaml
.
I've also updated modify_eval.py
to raise a SystemExit
when no .ply
files are found in the output directory.
Thank you for fixes.
When running with Docker, the input was being set to
$SOURCE_DIR
(the input data directory) (see #6). This fails as the input directory is actually bound to:while the scripts live in:
This fixes this by setting a new
SCRIPT_DIR
variable which points to the actual scripts directory and sets thePYTHONPATH
accordingly.