Closed SoroushOskouei closed 1 year ago
This is an openvino error. There should be a file on the machine called /tmp/mvnc.mutex, which should be deleted. https://www.intel.com/content/www/us/en/support/articles/000033390/boards-and-kits.html
Just observed the same trying to run the BC seg model FPL through pyFAST.
I assume the file was not deleted yet, @smistad, as I guess @SoroushOskouei does not have sudo on the server?
Shall I delete it and make a test?
EDIT: At least I found it where you said it would be /tmp/mvnc.mutex
.
I just deleted it, and everything works fine. You can now give it a go, @SoroushOskouei.
Is there a way to handle this bug in FAST, @smistad, or do we need to wait until OpenVINO fixes this? Quite annoying for end users if this happens with FP.
Also, @mhoibo, if you observe anything similar, let us know, such that we know how we can reproduce the issue :]
I have added a fix to fast, so it should be part of next release
Fixed in latest build
I am trying to run a segmentation model on fastpathology with the following pipeline:
PipelineName "Lung Tumor Segmentation" PipelineDescription "Segmentation of the tumors of the lung" PipelineInputData WSI "Whole-slide image" PipelineOutputData segmentation stitcher 0 Attribute classes "Background;Tumor"
When I run the pipeline I get the following errors in the terminal and the program crashes.