Create README.md
Browse files
README.md
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- image-classification
|
| 7 |
+
- plankton
|
| 8 |
+
- dinov3
|
| 9 |
+
- biology
|
| 10 |
+
- marine
|
| 11 |
+
datasets:
|
| 12 |
+
- ifcb
|
| 13 |
+
base_model:
|
| 14 |
+
- facebook/dinov3-vits16-pretrain-lvd1689m
|
| 15 |
+
pipeline_tag: image-classification
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# DINO Plankton Classifier
|
| 19 |
+
The model is trained on PML IFCB data consisting of 145 plankton classes.
|
| 20 |
+
|
| 21 |
+
# Inference
|
| 22 |
+
Use the provided inference script. See example in `demo.ipynb` on predicting the classes for two synthetic samples.
|