Image Classification
ultralytics
English
medical-imaging
pressure-sore
pressure-ulcer
wound-classification
yolo
two-stage
binary-classification
multiclass-classification
computer-vision
Instructions to use MrCzaro/Pressure_sore_classifier_YOLO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use MrCzaro/Pressure_sore_classifier_YOLO with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("MrCzaro/Pressure_sore_classifier_YOLO") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload 6 files
Browse files- yolo/Binary_YOLOv11s.pt +3 -0
- yolo/Binary_YOLOv26x.pt +3 -0
- yolo/Binary_YOLOv8x.pt +3 -0
- yolo/Multiclass_YOLOv26m.pt +3 -0
- yolo/Multiclass_YOLOv8n.pt +3 -0
- yolo/Multiclass_YOLOv8x.pt +3 -0
yolo/Binary_YOLOv11s.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb8b403733edcad69e7ed9ac548f0ddddc984c4b72b030dcddeb8f91eac6f775
|
| 3 |
+
size 11025218
|
yolo/Binary_YOLOv26x.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6997068315c68adde419f3b270f68cf3b621da315a12467a9b91471cc2f9e910
|
| 3 |
+
size 57004856
|
yolo/Binary_YOLOv8x.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bae41fa8685d55615fc008469b9d70c84fe1de8af780e5c5cc7adf0049d44dae
|
| 3 |
+
size 112483768
|
yolo/Multiclass_YOLOv26m.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a190586270ee63dc3ff2a9dfb18799dcb34cbee47d931646ddd01477d9a6703a
|
| 3 |
+
size 20883094
|
yolo/Multiclass_YOLOv8n.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:905ec0a509c505110ff512df63b5c4178efbaa794c2e189b9819d71ef180f0d3
|
| 3 |
+
size 2968584
|
yolo/Multiclass_YOLOv8x.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4da70a410cd8c56514bf013ed3f61341db4e4527525d993de98cded23462a17
|
| 3 |
+
size 112489400
|