diff --git a/README.md b/README.md index 1392bfc..4622961 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *author: Jael Gu, Filip* -
+
## Desription @@ -11,7 +11,7 @@ This operator extracts features for image with pretrained models provided by [Ti Timm is a deep-learning library developed by [Ross Wightman](https://twitter.com/wightmanr), which maintains SOTA deep-learning models and tools in computer vision. -
+
## Code Example @@ -44,7 +44,7 @@ towhee.glob['path']('./towhee.jpg') \ -
+
## Factory Constructor @@ -72,7 +72,7 @@ The default value is False. If set to True, it will skip image preprocessing steps (transforms). In this case, input image data must be prepared in advance in order to properly fit the model. -
+
## Interface