celldetection icon indicating copy to clipboard operation
celldetection copied to clipboard

Scalable Instance Segmentation using PyTorch & PyTorch Lightning.

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

I'm having trouble running through your demo notebook "Cell Detection with Contour Proposal Networks.ipynb". The kernel crashes when model training is started on the first forward pass. I narrowed it...

I tried to download the model and tried your provided demo in my server, and I noticed the results are different when inference with the same input image and using...

Where can i feed in the points or the bounding box co-ords to the model so that I get a contour? Can you please tell me

Hello, thank you for this brilliant work. As shown in title, i want to konw that do you provide other model trained weights except the CpnRestNeXt101UNet, like CpnU22,CpnResUNet ? Looking...

hi, could you tell me how to start using your program, where to upload photos I can't figure out

Hello, I just downloaded the code and let the jupyter notebook run inside the docker. Unfortunately during the first training step an error occured - see following description I used...

Hi, Nice model! Would it be possible to share the trained weights here: ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c? Thank you!

Hi Great project! I was going through `demos/Cell Detection with Contour Proposal Networks.ipynb` and noticed that `steps_per_epoch=512`. Just curious why the number of steps is so high when the underlying...

Hi Is there any chance that the pretrained models could be shared? Thank you

Cell Detection with Contour Proposal Networks notebook is somehow producing the following error, is it more about my own environment ?: `SSLError Traceback (most recent call last) File ~/anaconda3/envs/trial_celldetect/lib/python3.10/urllib/request.py:1348, in...