diff --git a/README.md b/README.md index 4049a03..c31a5ba 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ An image crop operator implementation with OpenCV. ## Code Example -Crop the face from 'einstein.jpg'. +Crop the face from 'avengers.jpg'. ```python import towhee -bboxes = towhee.glob['path']('einstein.jpg') \ +towhee.glob['path']('./avengers.jpg') \ .image_decode['path', 'img']() \ .face_detection.retinaface['img', ('box','score')]()\ .image_crop[('img', 'box'), 'crop'](clamp = True)\ diff --git a/result.png b/result.png new file mode 100644 index 0000000..f084ef3 Binary files /dev/null and b/result.png differ