I am running the inference with the command:
xvfb-run python inference_gencad.py -image_path ../samples/00000119/sketches/ -export_stl
And the resulting file names are just .stl.
Same issue when running inference with -export_img output ( Getting the .png file name instead of the full name based on source image name ).
I am running the inference with the command:
xvfb-run python inference_gencad.py -image_path ../samples/00000119/sketches/ -export_stlAnd the resulting file names are just
.stl.Same issue when running inference with -export_img output ( Getting the
.pngfile name instead of the full name based on source image name ).