demba-ba-net
v0.2.0
Published
Demba-Ba-Net is a CNN to check Whether a given image contains the ShangHai ShenHua FC Football Star Demba Ba
Downloads
5
Readme
demba-ba-net
Demba-Ba-Net is a CNN to check whether a given image contains the ShangHai ShenHua FC football star Demba Ba, which is based on MobileNet, using transfer learning.
Some Examples
// output:
// { possibility: '97.33%' }
// output:
// { possibility: '89.90%' }
// output:
// { possibility: '0.37%' }
// output:
// { possibility: '34.54%' }
Installation
npm i -g demba-ba-net
How To Use It
demba-ba-net-js infer -i <InputImagePath> [--gpu]