From e9a13b5f5e56faf462d53d09647857962b1d1400 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Wed, 15 Dec 2021 19:25:59 +0800 Subject: [PATCH] Update Signed-off-by: shiyu22 --- README.md | 4 ---- efficientnet_embedding.py => efficientnet_image_embedding.py | 0 ...entnet_embedding.yaml => efficientnet_image_embedding.yaml | 0 3 files changed, 4 deletions(-) rename efficientnet_embedding.py => efficientnet_image_embedding.py (100%) rename efficientnet_embedding.yaml => efficientnet_image_embedding.yaml (100%) diff --git a/README.md b/README.md index 1f4cdd9..aba6c6a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ Authors: kyle he EfficientNets are a family of image classification models, which achieve state-of-the-art accuracy, yet being an order-of-magnitude smaller and faster than previous models[1], which is trained on [imagenet dataset](https://image-net.org/download.php). - ## Interface ```python @@ -51,9 +50,6 @@ You can get the required python package by [requirements.txt](./requirements.txt The `towhee/efficientnet-embedding` Operator implements the function of image embedding, which can add to the pipeline. For example, it's the key Operator named embedding_model within [efficientnet-embedding](https://hub.towhee.io/towhee/efficientnet-embedding) pipeline. - - ## Reference [1].https://github.com/lukemelas/EfficientNet-PyTorch#example-feature-extraction - diff --git a/efficientnet_embedding.py b/efficientnet_image_embedding.py similarity index 100% rename from efficientnet_embedding.py rename to efficientnet_image_embedding.py diff --git a/efficientnet_embedding.yaml b/efficientnet_image_embedding.yaml similarity index 100% rename from efficientnet_embedding.yaml rename to efficientnet_image_embedding.yaml