I am trying to use Labels. I used it before on another workstation and it was perfectly fine but on this machine it crashes whenever I want to scan a folder to add data.
It’s a Ubuntu 18 w/ 2 Titan GPUs and 32 GB of RAM and I am using ImFusionSDK 2.23.1.
The steps I took:
$ ImFusionLabels
- new Project
- choose an empty folder as
Folder
-
Image Segmentation
asType
- click on the
+
button - choose
other files
tab - go to the directory where the images are
then it crashes and below is the output in the terminal. I tried with different image types but the result is the same.
***** Encountered fatal exception: SIGSEGV - Segmentation violation signal, PID 31188 *****
stack dump [1] /lib/x86_64-linux-gnu/libc.so.6+0x3ef20 [0x7f117bf9df20]
stack dump [2] [0x5589e3c1c800]
Any Idea on what is causing this?
Update
Downgrading to 2.19 solved my problem.