How to use from the
Use from the
Transformers library
# 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")
# 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
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train X01D/6DRepNET-RepVGGA0

Evaluation results