w-okada / bundle-tensorflowjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build and run the demo.

### (1) clone repository 
$ git clone git@github.com:w-okada/bundle-tensorflowjs.git
$ cd bundle-tensorflowjs/


### (2) build npm package 
$ cd bisenetv2-js/
$ npm install
$ npm run build


### (3) build demo and run
$ cd ..
$ cd bundle-tensorflowjs-react/
$ npm install
$ npm start

use the demo.

At first, open developper console. Then push the button. After a while, mask will be shown.

Model

BiseNetv2-Tensorflow

https://github.com/MaybeShewill-CV/bisenetv2-tensorflow/blob/master/LICENSE

About

License:MIT License


Languages

Language:TypeScript 65.2%Language:HTML 16.6%Language:JavaScript 9.3%Language:CSS 8.9%