diff --git a/.ipynb_checkpoints/未命名-checkpoint.ipynb b/.ipynb_checkpoints/未命名-checkpoint.ipynb deleted file mode 100644 index 363fcab..0000000 --- a/.ipynb_checkpoints/未命名-checkpoint.ipynb +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cells": [], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/.ipynb_checkpoints/未命名1-checkpoint.ipynb b/.ipynb_checkpoints/未命名1-checkpoint.ipynb deleted file mode 100644 index 363fcab..0000000 --- a/.ipynb_checkpoints/未命名1-checkpoint.ipynb +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cells": [], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/.ipynb_checkpoints/未命名2-checkpoint.ipynb b/.ipynb_checkpoints/未命名2-checkpoint.ipynb deleted file mode 100644 index 363fcab..0000000 --- a/.ipynb_checkpoints/未命名2-checkpoint.ipynb +++ /dev/null @@ -1,6 +0,0 @@ -{ - "cells": [], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/README.md b/README.md index 3adedf6..8f64ea0 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ A face detection operator takes an image as input. It generates the bounding box **Parameters:** -​ ***img***: *numpy.ndarray.* +​ ***img***: *towhee.types.Image (a sub-class of numpy.ndarray)* ​ the image to detect faces. diff --git a/result1.png b/result1.png new file mode 100644 index 0000000..e29b9f8 Binary files /dev/null and b/result1.png differ diff --git a/result2.png b/result2.png new file mode 100644 index 0000000..dae2e9f Binary files /dev/null and b/result2.png differ