admin
commited on
Commit
·
a8c98ff
1
Parent(s):
254257c
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ viewer: false
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Dataset Card for "monet-joe/cv_backbones"
|
|
|
|
|
|
|
| 17 |
## Viewer
|
| 18 |
<https://huggingface.co/spaces/monet-joe/cv-backbones>
|
| 19 |
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Dataset Card for "monet-joe/cv_backbones"
|
| 17 |
+
This repository consolidates the collection of backbone networks for pre-trained computer vision models available on the PyTorch official website. It mainly includes various Convolutional Neural Networks (CNNs) and Vision Transformer models pre-trained on the ImageNet1K dataset. The entire collection is divided into two subsets, V1 and V2, encompassing multiple classic and advanced versions of visual models. These pre-trained backbone networks provide users with a robust foundation for transfer learning in tasks such as image recognition, object detection, and image segmentation. Simultaneously, it offers a convenient choice for researchers and practitioners to flexibly apply these pre-trained models in different scenarios.
|
| 18 |
+
|
| 19 |
## Viewer
|
| 20 |
<https://huggingface.co/spaces/monet-joe/cv-backbones>
|
| 21 |
|