@paddlejs-models/gesture
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@paddlejs-models/gesture", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -13,4 +13,4 @@ "main": "lib/index", | ||
"dependencies": { | ||
"@paddlejs/paddlejs-backend-webgl": "^1.1.15", | ||
"@paddlejs/paddlejs-core": "^2.1.14" | ||
"@paddlejs/paddlejs-backend-webgl": "^1.1.18", | ||
"@paddlejs/paddlejs-core": "^2.1.17" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -7,2 +7,13 @@ [English](./README.md) | ||
<img src="https://img.shields.io/npm/v/@paddlejs-models/gesture?color=success" alt="version"> <img src="https://img.shields.io/bundlephobia/min/@paddlejs-models/gesture" alt="size"> <img src="https://img.shields.io/npm/dm/@paddlejs-models/gesture?color=orange" alt="downloads"> <img src="https://img.shields.io/npm/dt/@paddlejs-models/gesture" alt="downloads"> | ||
# 运行 Demo | ||
1. 在当前目录下执行 | ||
``` bash | ||
npm install | ||
npm run dev | ||
``` | ||
2. 访问 http://0.0.0.0:8865 | ||
# 使用 | ||
@@ -20,1 +31,10 @@ | ||
``` | ||
# 在线体验 | ||
https://paddlejs.baidu.com/gesture | ||
# 效果 | ||
<img alt="gesture" src="https://user-images.githubusercontent.com/43414102/156379706-065a4f57-cc75-4457-857a-18619589492f.gif"> | ||
@@ -7,2 +7,14 @@ [中文版](./README_cn.md) | ||
<img src="https://img.shields.io/npm/v/@paddlejs-models/gesture?color=success" alt="version"> <img src="https://img.shields.io/bundlephobia/min/@paddlejs-models/gesture" alt="size"> <img src="https://img.shields.io/npm/dm/@paddlejs-models/gesture?color=orange" alt="downloads"> <img src="https://img.shields.io/npm/dt/@paddlejs-models/gesture" alt="downloads"> | ||
# Run Demo | ||
1. Execute in the current directory | ||
``` bash | ||
npm install | ||
npm run dev | ||
``` | ||
2. Visit http://0.0.0.0:8865 | ||
# Usage | ||
@@ -21,1 +33,8 @@ | ||
``` | ||
# Online experience | ||
https://paddlejs.baidu.com/gesture | ||
# Performance | ||
<img alt="gesture" src="https://user-images.githubusercontent.com/43414102/156379706-065a4f57-cc75-4457-857a-18619589492f.gif"> |
Sorry, the diff of this file is too big to display
251484
39