Image Classification
Transformers
Safetensors
English
model_hub_mixin
pytorch_model_hub_mixin
Eval Results (legacy)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("X01D/6DRepNET-RepVGGA0", dtype="auto")Quick Links
This model has been pushed to the Hub using the PytorchModelHubMixin integration: - Library:
- Docs: A reduced version of 6DRepNet model using the backbone of RepVGG A0 backbone
- Downloads last month
- 10
Dataset used to train X01D/6DRepNET-RepVGGA0
Evaluation results
- MAE on BIWIself-reported3.700
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="X01D/6DRepNET-RepVGGA0") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")