Cellpose model for Digital Phase Contrast images
<p><strong>Name: </strong>Cellpose model for Digital Phase Contrast images</p> <p><strong>Data type: </strong>Cellpose model, trained via transfer learning from ‘cyto’ model.</p> <p><strong>Training Dataset: </strong>Light microscopy (Digital Phase Contrast) and Manual annotations (<em>10.5281/zenodo.5996883</em>)</p> <p><strong>Training Procedure: </strong>Model was trained using a Cellpose version 0.6.5 with GPU support (NVIDIA GeForce RTX 2080) using default settings as per the <a href="https://cellpose.readthedocs.io/en/latest/train.html">Cellpose documentation</a> </p> <p>python -m cellpose --train --dir <em>TRAINING/DATASET/PATH/</em>train --test_dir <em>TRAINING/DATASET/PATH/</em>test --pretrained_model cyto --chan 0 --chan2 0</p> <p>The model file (MODEL NAME) in this repository is the result of this training.</p> <p><strong>Prediction Procedure: </strong>Using this model, a label image can be obtained from new unseen images in a given folder with</p> <p>python -m cellpose --dir <em>NEW/DATASET/PATH</em> --pretrained_model <em>FULL_MODEL_PATH</em> --chan 0 --chan2 0 --save_tif --no_npy</p>
ShareScore
40/100
Overall dataset sharing score