Instructions to use Taki3d/CrackDetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taki3d/CrackDetection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Taki3d/CrackDetection") 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/CrackDetection") model = AutoModelForImageClassification.from_pretrained("Taki3d/CrackDetection") - Notebooks
- Google Colab
- Kaggle
Commit ·
de5f3ad
1
Parent(s): 80a8cbc
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (ceb8b48f26bfcd51c7ff66005c5ea357259a7928)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bcaf18e7a14bae8c941860b4ddca49f7d3967767069d03247615ab752689c0f
|
| 3 |
+
size 343223968
|