Instructions to use mcity-data-engine/fisheye8k_jozhang97_deta-swin-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcity-data-engine/fisheye8k_jozhang97_deta-swin-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="mcity-data-engine/fisheye8k_jozhang97_deta-swin-large")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("mcity-data-engine/fisheye8k_jozhang97_deta-swin-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -63,4 +63,6 @@ The following hyperparameters were used during training:
|
|
| 63 |
- Transformers 4.48.3
|
| 64 |
- Pytorch 2.5.1+cu124
|
| 65 |
- Datasets 3.2.0
|
| 66 |
-
- Tokenizers 0.21.0
|
|
|
|
|
|
|
|
|
| 63 |
- Transformers 4.48.3
|
| 64 |
- Pytorch 2.5.1+cu124
|
| 65 |
- Datasets 3.2.0
|
| 66 |
+
- Tokenizers 0.21.0
|
| 67 |
+
|
| 68 |
+
Mcity Data Engine: https://arxiv.org/abs/2504.21614
|