cooper_robot commited on
Commit ·
7e30e65
1
Parent(s): 6d8fa5e
Add release note for v1.1.0
Browse files- README.md +27 -0
- resource/ConvNeXt.png +3 -0
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+
|
| 7 |
+
ConvNeXt revisits and modernizes convolutional neural network design by incorporating architectural insights from Vision Transformers, such as large kernels, simplified blocks, and improved normalization, while retaining convolutional efficiency.
|
| 8 |
+
|
| 9 |
+
Original paper: [A ConvNet for the 2020s, Liu et al., 2022](https://arxiv.org/abs/2201.03545)
|
| 10 |
+
|
| 11 |
+
# ConvNeXt-T
|
| 12 |
+
|
| 13 |
+
This model uses the ConvNeXt-Tiny variant, a lightweight configuration that delivers strong accuracy with relatively low computational cost. It is well suited for high-resolution image classification and as a general-purpose backbone for detection and segmentation tasks where CNN efficiency is preferred.
|
| 14 |
+
|
| 15 |
+
Model Configuration:
|
| 16 |
+
- Reference implementation: [ConvNeXt_T](https://pytorch.org/vision/stable/models/generated/torchvision.models.convnext_tiny.html)
|
| 17 |
+
- Original Weight: [ConvNeXt_Tiny_Weights.IMAGENET1K_V1](https://download.pytorch.org/models/convnext_tiny-983f1562.pth)
|
| 18 |
+
- Resolution: 3x224x224
|
| 19 |
+
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.2]
|
| 21 |
+
- Cooper Foundry: [2.2]
|
| 22 |
+
|
| 23 |
+
| Model | Device | Model Link |
|
| 24 |
+
| :-----: | :-----: | :-----: |
|
| 25 |
+
| ConvNeXt-T | N1-655 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/n1-655_convnext_tiny.bin) |
|
| 26 |
+
| ConvNeXt-T | CV72 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/cv72_convnext_tiny.bin) |
|
| 27 |
+
| ConvNeXt-T | CV75 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/cv75_convnext_tiny.bin) |
|
resource/ConvNeXt.png
ADDED
|
Git LFS Details
|