Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
A CoreML model that takes normalized (0-1.0) 480x480 images and outputs a feature vector of size 1280.
|
| 5 |
|
| 6 |
-
Converted from [https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector](https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector)
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
---
|
| 5 |
A CoreML model that takes normalized (0-1.0) 480x480 images and outputs a feature vector of size 1280.
|
| 6 |
|
| 7 |
+
Converted from [https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector](https://www.kaggle.com/models/google/efficientnet-v2/tensorFlow2/imagenet21k-m-feature-vector)
|