Export model 'cs3sedarknet_x.c2ns_in1k', on 2025-01-20 04:07:22 UTC
Browse files- README.md +9 -8
- cs3sedarknet_x.c2ns_in1k/meta.json +3 -0
- cs3sedarknet_x.c2ns_in1k/model.onnx +3 -0
- cs3sedarknet_x.c2ns_in1k/preprocess.json +3 -0
- models.parquet +2 -2
README.md
CHANGED
@@ -18,6 +18,7 @@ base_model:
|
|
18 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
19 |
- timm/convnextv2_nano.fcmae_ft_in22k_in1k
|
20 |
- timm/cs3edgenet_x.c2_in1k
|
|
|
21 |
- timm/cspresnet50.ra_in1k
|
22 |
- timm/cspresnext50.ra_in1k
|
23 |
- timm/dla46x_c.in1k
|
@@ -92,7 +93,6 @@ base_model:
|
|
92 |
- timm/swin_s3_small_224.ms_in1k
|
93 |
- timm/test_convnext2.r160_in1k
|
94 |
- timm/twins_pcpvt_base.in1k
|
95 |
-
- timm/vit_base_patch16_clip_384.laion2b_ft_in1k
|
96 |
- timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k
|
97 |
- timm/vit_base_r50_s16_384.orig_in21k_ft_in1k
|
98 |
- timm/vit_betwixt_patch16_reg1_gap_256.sbb_in1k
|
@@ -114,7 +114,7 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
-
|
118 |
|
119 |
## ByobNet
|
120 |
|
@@ -152,13 +152,14 @@ ONNX export version from [TIMM](https://huggingface.co/timm).
|
|
152 |
|
153 |
## CspNet
|
154 |
|
155 |
-
|
156 |
|
157 |
-
| Name
|
158 |
-
|
159 |
-
| [cs3edgenet_x.c2_in1k](https://huggingface.co/timm/cs3edgenet_x.c2_in1k)
|
160 |
-
| [
|
161 |
-
| [
|
|
|
162 |
|
163 |
## DLA
|
164 |
|
|
|
18 |
- timm/convnextv2_atto.fcmae_ft_in1k
|
19 |
- timm/convnextv2_nano.fcmae_ft_in22k_in1k
|
20 |
- timm/cs3edgenet_x.c2_in1k
|
21 |
+
- timm/cs3sedarknet_x.c2ns_in1k
|
22 |
- timm/cspresnet50.ra_in1k
|
23 |
- timm/cspresnext50.ra_in1k
|
24 |
- timm/dla46x_c.in1k
|
|
|
93 |
- timm/swin_s3_small_224.ms_in1k
|
94 |
- timm/test_convnext2.r160_in1k
|
95 |
- timm/twins_pcpvt_base.in1k
|
|
|
96 |
- timm/vit_base_patch16_clip_384.laion2b_ft_in12k_in1k
|
97 |
- timm/vit_base_r50_s16_384.orig_in21k_ft_in1k
|
98 |
- timm/vit_betwixt_patch16_reg1_gap_256.sbb_in1k
|
|
|
114 |
|
115 |
# Models
|
116 |
|
117 |
+
101 models exported from TIMM in total.
|
118 |
|
119 |
## ByobNet
|
120 |
|
|
|
152 |
|
153 |
## CspNet
|
154 |
|
155 |
+
4 models with model class `CspNet`.
|
156 |
|
157 |
+
| Name | Params | Flops | Input Size | Can Classify | Features | Classes | Dataset | Model | Architecture | Created At |
|
158 |
+
|:---------------------------------------------------------------------------------|:---------|:--------|-------------:|:---------------|-----------:|----------:|:------------|:--------|:---------------|:-------------|
|
159 |
+
| [cs3edgenet_x.c2_in1k](https://huggingface.co/timm/cs3edgenet_x.c2_in1k) | 47.8M | 11.5G | 256 | True | 1280 | 1000 | imagenet-1k | CspNet | cs3edgenet_x | 2023-04-12 |
|
160 |
+
| [cs3sedarknet_x.c2ns_in1k](https://huggingface.co/timm/cs3sedarknet_x.c2ns_in1k) | 35.4M | 8.4G | 256 | True | 1280 | 1000 | imagenet-1k | CspNet | cs3sedarknet_x | 2023-04-12 |
|
161 |
+
| [cspresnet50.ra_in1k](https://huggingface.co/timm/cspresnet50.ra_in1k) | 21.6M | 4.5G | 256 | True | 1024 | 1000 | imagenet-1k | CspNet | cspresnet50 | 2023-04-12 |
|
162 |
+
| [cspresnext50.ra_in1k](https://huggingface.co/timm/cspresnext50.ra_in1k) | 20.5M | 4.0G | 256 | True | 2048 | 1000 | imagenet-1k | CspNet | cspresnext50 | 2023-04-12 |
|
163 |
|
164 |
## DLA
|
165 |
|
cs3sedarknet_x.c2ns_in1k/meta.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:483452018e37864f3ee24b4d023d6db028d3400fc5d0f13af3f6aed3baa28c8a
|
3 |
+
size 169806
|
cs3sedarknet_x.c2ns_in1k/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dee8adf5c74068d9a48fcb5b39dcc8c7acaddcbe01a9c6418d42c8f18696dafa
|
3 |
+
size 141671837
|
cs3sedarknet_x.c2ns_in1k/preprocess.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d18b89f0f5de773be32d47481cfa24b42364eb777901daa1dff82fd9783a1e8
|
3 |
+
size 734
|
models.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e77262048a55a7917a6c7f71821c572c1f9d492bf2ad20fe39143475cadad7
|
3 |
+
size 15397
|