Instructions to use iammartian0/vegetation_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iammartian0/vegetation_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="iammartian0/vegetation_classification_model") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("iammartian0/vegetation_classification_model") model = AutoModelForImageClassification.from_pretrained("iammartian0/vegetation_classification_model") - Notebooks
- Google Colab
- Kaggle
Commit ·
08dafcc
1
Parent(s): f13b374
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,6 +64,8 @@ Model acheived an Top-1 accuracy of 0.929.
|
|
| 64 |
archivePrefix={arXiv},
|
| 65 |
primaryClass={cs.CV}
|
| 66 |
}
|
|
|
|
|
|
|
| 67 |
|
| 68 |
@INPROCEEDINGS{9816335,
|
| 69 |
author={Choumos, George and Koukos, Alkiviadis and Sitokonstantinou, Vasileios and Kontoes, Charalampos},
|
|
|
|
| 64 |
archivePrefix={arXiv},
|
| 65 |
primaryClass={cs.CV}
|
| 66 |
}
|
| 67 |
+
```
|
| 68 |
+
```bibtex
|
| 69 |
|
| 70 |
@INPROCEEDINGS{9816335,
|
| 71 |
author={Choumos, George and Koukos, Alkiviadis and Sitokonstantinou, Vasileios and Kontoes, Charalampos},
|