Image Classification
Transformers
Safetensors
English
model_hub_mixin
pytorch_model_hub_mixin
Eval Results (legacy)
Instructions to use X01D/6DRepNET-RepVGGA0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use X01D/6DRepNET-RepVGGA0 with Transformers:
# 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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,18 +14,16 @@ pipeline_tag: image-classification
|
|
| 14 |
|
| 15 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 16 |
- Library:
|
| 17 |
-
|
| 18 |
-
-- torchaudio==2.2.1+cu118
|
| 19 |
-
-- torchvision==0.17.1
|
| 20 |
- Docs:
|
| 21 |
-
|
| 22 |
---
|
| 23 |
|
| 24 |
model-index:
|
| 25 |
- name: 6DRepNet-RepVGGA0
|
| 26 |
results:
|
| 27 |
- task:
|
| 28 |
-
type:
|
| 29 |
dataset:
|
| 30 |
name: BIWI
|
| 31 |
type: Benchmarking dataset
|
|
|
|
| 14 |
|
| 15 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 16 |
- Library:
|
| 17 |
+
-
|
|
|
|
|
|
|
| 18 |
- Docs:
|
| 19 |
+
A reduced version of 6DRepNet model using the backbone of RepVGG A0 backbone
|
| 20 |
---
|
| 21 |
|
| 22 |
model-index:
|
| 23 |
- name: 6DRepNet-RepVGGA0
|
| 24 |
results:
|
| 25 |
- task:
|
| 26 |
+
type: Image-Classification
|
| 27 |
dataset:
|
| 28 |
name: BIWI
|
| 29 |
type: Benchmarking dataset
|