From abf432044d448161a451afd493bce3ee1e3d7982 Mon Sep 17 00:00:00 2001 From: wty-yy <13190706+wty-yy@user.noreply.gitee.com> Date: Wed, 12 Jul 2023 07:25:28 +0000 Subject: [PATCH] =?UTF-8?q?add=20QuickDraw=E5=9C=A8=E7=BA=BF=E4=BA=A4?= =?UTF-8?q?=E4=BA=92=E8=AF=86=E5=88=AB=E7=B3=BB=E7=BB=9F/readme.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wty-yy <13190706+wty-yy@user.noreply.gitee.com> --- QuickDraw在线交互识别系统/readme.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 QuickDraw在线交互识别系统/readme.md diff --git a/QuickDraw在线交互识别系统/readme.md b/QuickDraw在线交互识别系统/readme.md new file mode 100644 index 0000000..a2099dc --- /dev/null +++ b/QuickDraw在线交互识别系统/readme.md @@ -0,0 +1,11 @@ +## 你画我猜 + +### 项目目标 + +搭建网页,通过网页上进行绘画,实时返回绘制图像的预测结果。 + +### 数据集 + +- [345个类别的npy二进制编码完整数据集 - Google Cloud](https://console.cloud.google.com/storage/browser/quickdraw_dataset/full/numpy_bitmap;tab=objects?prefix=&forceOnObjectsSortingFiltering=false) + +- [quickdraw-dataset - GitHub](https://github.com/googlecreativelab/quickdraw-dataset#get-the-data) GitHub上的quickdraw数据集介绍 \ No newline at end of file