MouseLand / cellpose

a generalist algorithm for cellular segmentation with human-in-the-loop capabilities
https://www.cellpose.org/
BSD 3-Clause "New" or "Revised" License
1.24k stars 359 forks source link

HTTP Error 500: INTERNAL SERVER ERROR #950

Open Shrishtee-kandoi opened 1 month ago

Shrishtee-kandoi commented 1 month ago

Hi,

I initialized a model using the following code:

from cellpose import models model = models.Cellpose(gpu=False, model_type='cyto3')

But I am getting an HTTP Error 500: INTERNAL SERVER ERROR message when attempting to download the model files.

I'm running this in a conda environment. Any suggestions on how to resolve this would be greatly appreciated!

Thank you.