Add model
Browse files- README.md +24 -0
- config.json +39 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_tag: timm
|
6 |
+
license: cc-by-nc-4.0
|
7 |
+
---
|
8 |
+
# Model card for convnextv2_huge.fcmae
|
9 |
+
|
10 |
+
A ConvNeXt-V2 self-supervised feature representation model. Pretrained with a fully convolutional masked autoencoder framework (FCMAE). This model has no pretrained head and is only useful for fine-tune or feature extraction.
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
- **Model Type:** Image classification / feature backbone
|
14 |
+
- **Paper:** [**ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders**](http://arxiv.org/abs/2301.00808)
|
15 |
+
|
16 |
+
## Citation
|
17 |
+
```
|
18 |
+
@article{Woo2023ConvNeXtV2,
|
19 |
+
title={ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders},
|
20 |
+
author={Sanghyun Woo, Shoubhik Debnath, Ronghang Hu, Xinlei Chen, Zhuang Liu, In So Kweon and Saining Xie},
|
21 |
+
year={2023},
|
22 |
+
journal={arXiv preprint arXiv:2301.00808},
|
23 |
+
}
|
24 |
+
```
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "convnextv2_huge",
|
3 |
+
"num_classes": 0,
|
4 |
+
"num_features": 2816,
|
5 |
+
"pretrained_cfg": {
|
6 |
+
"tag": "fcmae",
|
7 |
+
"custom_load": false,
|
8 |
+
"input_size": [
|
9 |
+
3,
|
10 |
+
224,
|
11 |
+
224
|
12 |
+
],
|
13 |
+
"fixed_input_size": false,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"crop_pct": 0.875,
|
16 |
+
"crop_mode": "center",
|
17 |
+
"mean": [
|
18 |
+
0.485,
|
19 |
+
0.456,
|
20 |
+
0.406
|
21 |
+
],
|
22 |
+
"std": [
|
23 |
+
0.229,
|
24 |
+
0.224,
|
25 |
+
0.225
|
26 |
+
],
|
27 |
+
"num_classes": 0,
|
28 |
+
"pool_size": [
|
29 |
+
7,
|
30 |
+
7
|
31 |
+
],
|
32 |
+
"first_conv": "stem.0",
|
33 |
+
"classifier": "head.fc",
|
34 |
+
"license": "cc-by-nc-4.0",
|
35 |
+
"origin_url": "https://github.com/facebookresearch/ConvNeXt-V2",
|
36 |
+
"paper_name": "ConvNeXt-V2: Co-designing and Scaling ConvNets with Masked Autoencoders",
|
37 |
+
"paper_ids": "arXiv:2301.00808"
|
38 |
+
}
|
39 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:160e1ae61bb6cf699de66e3f85b300c6bb0eeca440d4bd60a624a37a08238b6d
|
3 |
+
size 2630006061
|