diff --git a/README.md b/README.md index 3b7cb7f11b9e4d8f1e3f9af1f233023dfe96bc7e..295c49dfaf2896fe0ca145f6336bae62e3d7be73 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,10 @@ ### 模型推理 * 根目录下运行命令: python inference.py (注意脚本内相关参数配置 ) -*------------------------------------------------------------------------- -··· -*建议 +* ------------------------------------------------------------------------- +*建议 +``` + 检测手bbox后,crop手图片size预处理方式: # img 为原图 ,np为numpy x_min,y_min,x_max,y_max,score = bbox @@ -57,4 +58,4 @@ y1 = np.clip(y1,0,img.shape[0]-1) y2 = np.clip(y2,0,img.shape[0]-1) -··· +``` diff --git a/samples/image_2021-02-04_20-05-49.jpg b/samples/image_2021-02-04_20-05-49.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6eac867caf8fe7ba81ca112da283d5313bc692b4 Binary files /dev/null and b/samples/image_2021-02-04_20-05-49.jpg differ diff --git a/samples/image_2021-02-04_20-05-58.jpg b/samples/image_2021-02-04_20-05-58.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a8b2a36495b4dbcd5c41c1532818563cf356d439 Binary files /dev/null and b/samples/image_2021-02-04_20-05-58.jpg differ diff --git a/samples/image_2021-02-04_20-06-03.jpg b/samples/image_2021-02-04_20-06-03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ce4b94b934747e66f91a3cde1fa20cbae19a87e0 Binary files /dev/null and b/samples/image_2021-02-04_20-06-03.jpg differ diff --git a/samples/image_2021-02-04_20-06-04.jpg b/samples/image_2021-02-04_20-06-04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cf273a2261e074e0eeb5362a9d9dc26f9692c2b3 Binary files /dev/null and b/samples/image_2021-02-04_20-06-04.jpg differ diff --git a/samples/image_2021-02-04_20-06-05.jpg b/samples/image_2021-02-04_20-06-05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..67edf8d91e8f7a2a17d30e18b927a7950a65a75b Binary files /dev/null and b/samples/image_2021-02-04_20-06-05.jpg differ diff --git a/samples/image_2021-02-04_20-06-13.jpg b/samples/image_2021-02-04_20-06-13.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4bc819e290210e52f163f265be238c81bb50e17c Binary files /dev/null and b/samples/image_2021-02-04_20-06-13.jpg differ diff --git a/samples/sample.mp4 b/samples/sample.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..9948612e343bd2d6f062718af7e63055a530ecf3 Binary files /dev/null and b/samples/sample.mp4 differ