Is nefi2 running without errors for you?
I am having some issues, for example.
run nefi2 from source
open an image and run the pipeline
click "Run" button again
I received:
Failed to process pipeline
Traceback (most recent call last):
File "/home/tastyminerals/dev/nefi/nefi2/view/main_controller.py", line 1883, in run
self.pipeline.process()
File "/home/tastyminerals/dev/nefi/nefi2/model/pipeline.py", line 318, in process
self.save_pipeline_json(pip_name, os.path.join(out_path, pip_name))
File "/home/tastyminerals/dev/nefi/nefi2/model/pipeline.py", line 689, in save_pipeline_json
with open(url + ".json", "wb+") as outfile:
FileNotFoundError: [Errno 2] No such file or directory: '/home/tastyminerals/dev/nefi/output/polycephalum_high_poly_#2_17h17m11s/polycephalum_high.json'
Another example:
run nefi2 from source
open an image and run the pipeline
open another image and choose another pipeline
click "Run"
I received:
Current cat <preprocessing.CatBody object at 0x7f8843071f98>
Segmentation fault (core dumped)
Is nefi2 running without errors for you? I am having some issues, for example.
Another example:
Can you reproduce the following?