Hi,
I've git cloned the toolbox today, however, while running it using this script:
./neurolit/scripts/run_lit_containerized.sh --singularity \
--input_image ${INPUT_IMG} --mask_image ${seg_file_bin} \
--output_directory ${OUTPUT_DIR} --dilate 2
results in this error:
WARNING: Could not find any nv files on this host!
FATAL: "lit-inpainting": executable file not found in $PATH
I'm running it on an HPC node without a GPU (hence that nv warning) with Singularity (Docker not installed). Looking forward to your comments.
Best,
Amir