From 0fb26e02f2d652152405b1a2f7ab68d661231421 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Mon, 29 May 2023 17:00:01 +0800 Subject: [PATCH] Add README Signed-off-by: shiyu22 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9e34d19..9568038 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ An image embedding pipeline generates a vector given an image. This Pipeline extracts features for image with 'ResNet50' models provided by [Timm](https://github.com/rwightman/pytorch-image-models). Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr), who maintains SOTA deep-learning models and tools in computer vision. +
+ ## Code Example @@ -33,6 +35,8 @@ res = p('https://github.com/towhee-io/towhee/raw/main/towhee_logo.png') res.get() ``` +
+ ## **Configuration** @@ -61,6 +65,8 @@ The flag to control whether to skip image pre-process. The default value is Fals The number of GPU device, defaults to -1, which means using CPU. +
+ ## Interface