Instructions to use Lewislou/cellseg_sribd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Lewislou/cellseg_sribd with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Lewislou/cellseg_sribd")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Lewislou/cellseg_sribd", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -97,7 +97,7 @@ cv2.imwrite('prediction.png', cv2.cvtColor(overlay, cv2.COLOR_RGB2BGR))
|
|
| 97 |
```
|
| 98 |
|
| 99 |
## Citation
|
| 100 |
-
If
|
| 101 |
```bibtex
|
| 102 |
@misc{
|
| 103 |
lou2022multistream,
|
|
|
|
| 97 |
```
|
| 98 |
|
| 99 |
## Citation
|
| 100 |
+
If any part of this code is used, please acknowledge it appropriately and cite the paper:
|
| 101 |
```bibtex
|
| 102 |
@misc{
|
| 103 |
lou2022multistream,
|