You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <module> model = fast.DataHub().download('nuclei-segmentation-model') File "C:\Users\etiennp\PycharmProjects\venvs\venv3810\lib\site-packages\fast\fast.py", line 18982, in download return _fast.DataHub_download(self, itemID, force) RuntimeError: Failed to retrieve data from FAST DataHub. Server could be down, or you may have no internet access. Please try again later.
You can also execute runPipeline --datahub breast-tumour-segmentation --file /path/to/WSI
in command line to get the same error.
This behavior was repeated by someone else on another computer.
System:
Windows 11
FAST v4.8.0
Python 3.8.10
The text was updated successfully, but these errors were encountered:
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 <module> model = fast.DataHub().download('nuclei-segmentation-model') File "C:\Users\etiennp\PycharmProjects\venvs\venv3810\lib\site-packages\fast\fast.py", line 18982, in download return _fast.DataHub_download(self, itemID, force) RuntimeError: Failed to retrieve data from FAST DataHub. Server could be down, or you may have no internet access. Please try again later.
You can also execute
runPipeline --datahub breast-tumour-segmentation --file /path/to/WSI
in command line to get the same error.
This behavior was repeated by someone else on another computer.
System:
The text was updated successfully, but these errors were encountered: