@paddlejs-models/mobilenet
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@paddlejs-models/mobilenet", | ||
"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,12 @@ [English](./README.md) | ||
<img src="https://img.shields.io/npm/v/@paddlejs-models/mobilenet?color=success" alt="version"> <img src="https://img.shields.io/bundlephobia/min/@paddlejs-models/mobilenet" alt="size"> <img src="https://img.shields.io/npm/dm/@paddlejs-models/mobilenet?color=orange" alt="downloads"> <img src="https://img.shields.io/npm/dt/@paddlejs-models/mobilenet" alt="downloads"> | ||
# 运行 Demo | ||
1. 在当前目录下执行 | ||
``` bash | ||
npm install | ||
npm run dev | ||
``` | ||
2. 访问 http://0.0.0.0:8867 | ||
# 使用 | ||
@@ -18,3 +28,2 @@ | ||
path, | ||
fileCount: 4, | ||
mean: [0.485, 0.456, 0.406], | ||
@@ -27,2 +36,10 @@ std: [0.229, 0.224, 0.225] | ||
``` | ||
``` | ||
# 在线体验 | ||
1000物品识别:https://paddlejs.baidu.com/mobilenet | ||
酒瓶识别:https://paddlejs.baidu.com/wine | ||
# 效果 | ||
<img alt="image" src="https://user-images.githubusercontent.com/43414102/156393394-ab1c9e4d-2960-4fcd-ba22-2072fa9b0e9d.png"> |
@@ -7,3 +7,12 @@ [中文版](./README_cn.md) | ||
<img src="https://img.shields.io/npm/v/@paddlejs-models/mobilenet?color=success" alt="version"> <img src="https://img.shields.io/bundlephobia/min/@paddlejs-models/mobilenet" alt="size"> <img src="https://img.shields.io/npm/dm/@paddlejs-models/mobilenet?color=orange" alt="downloads"> <img src="https://img.shields.io/npm/dt/@paddlejs-models/mobilenet" alt="downloads"> | ||
# Run Demo | ||
1. Execute in the current directory | ||
``` bash | ||
npm install | ||
npm run dev | ||
``` | ||
2. Visit http://0.0.0.0:8867 | ||
# Usage | ||
@@ -20,3 +29,2 @@ | ||
path, | ||
fileCount: 4, | ||
mean: [0.485, 0.456, 0.406], | ||
@@ -29,2 +37,11 @@ std: [0.229, 0.224, 0.225] | ||
``` | ||
``` | ||
# Online experience | ||
mobileNet:https://paddlejs.baidu.com/mobilenet | ||
wine:https://paddlejs.baidu.com/wine | ||
# Performance | ||
<img alt="image" src="https://user-images.githubusercontent.com/43414102/156393394-ab1c9e4d-2960-4fcd-ba22-2072fa9b0e9d.png"> |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
172302
45