logo
Browse Source

Update

Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
main
shiyu22 4 years ago
parent
commit
e9a13b5f5e
  1. 4
      README.md
  2. 0
      efficientnet_image_embedding.py
  3. 0
      efficientnet_image_embedding.yaml

4
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). 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 ## Interface
```python ```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. 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 ## Reference
[1].https://github.com/lukemelas/EfficientNet-PyTorch#example-feature-extraction [1].https://github.com/lukemelas/EfficientNet-PyTorch#example-feature-extraction

0
efficientnet_embedding.py → efficientnet_image_embedding.py

0
efficientnet_embedding.yaml → efficientnet_image_embedding.yaml

Loading…
Cancel
Save