FAST icon indicating copy to clipboard operation
FAST copied to clipboard

A framework for high-performance medical image processing, neural network inference and visualization

Results 14 FAST issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When attempting to run inference with a ResNet50 patch-wise classifier using FastPathology, it was observed that image size `299 x 299` was not supported. According to the...

bug

**Describe the bug** Color set in MeshVertex is not used by VertexRenderer

bug

When executing the python code: `model = fast.DataHub().download('nuclei-segmentation-model')` I get the error: `Traceback (most recent call last): File "C:\Users\etiennp\PycharmProjects\RACE\utils\npy_dataset_no_render.py", line 14, in model = fast.DataHub().download('nuclei-segmentation-model') File "C:\Users\etiennp\PycharmProjects\venvs\venv3810\lib\site-packages\fast\fast.py", line 18982, in...

bug

When executing the following python code on my idle: model = fast.DataHub().download('nuclei-segmentation-model') I get the following error: RuntimeError: Failed to retrieve data from FAST DataHub. Server could be down, or...

bug