Instructions to use Taki3d/CrackDetectionLowRes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taki3d/CrackDetectionLowRes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Taki3d/CrackDetectionLowRes") 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("Taki3d/CrackDetectionLowRes") model = AutoModelForImageClassification.from_pretrained("Taki3d/CrackDetectionLowRes") - Notebooks
- Google Colab
- Kaggle
File size: 204 Bytes
4c2ab7e | 1 2 3 4 5 6 7 8 | {
"epoch": 5.0,
"eval_accuracy": 0.9940476190476191,
"eval_loss": 0.018311450257897377,
"eval_runtime": 686.6152,
"eval_samples_per_second": 1.957,
"eval_steps_per_second": 0.245
} |