Upgrade to Pro — share decks privately, control downloads, hide ads and more …

enebularx TensorFlowx LINE Chatbotでcocossdとmobilenetを比較した

MikiH
December 02, 2020

enebularx TensorFlowx LINE Chatbotでcocossdとmobilenetを比較した

2020/12/01 enebular developer meetup
enebularx TensorFlowx LINE Chatbotでcocossdとmobilenetを比較した
#enebular #TensorFlow #cocossd #mobilenet

MikiH

December 02, 2020
Tweet

More Decks by MikiH

Other Decks in Programming

Transcript

  1. const className = msg.payload; const className = msg.payload[0].class; Teachable Machine用

    functionのコードの1行目を書き換える Tensorflow用 削除 ほぼノンコーディングで、機械学習不要で、画像判定LINEチャットボットができた
  2. Object detection model that aims to localize and identify multiple

    objects in a single image. The model is capable of detecting 80 classes of objects. (SSD stands for Single Shot MultiBox Detection).returns an array of bounding boxes with class name and confidence level. https://github.com/tensorflow/tfjs-models/blob/master/coco-ssd/README.md MobileNets are small, low-latency, low-power models parameterized to meet the resource constraints of a variety of use cases. They can be built upon for classification, detection, embeddings and segmentation similar to how other popular large scale models, such as Inception, are used. MobileNets trade off between latency, size and accuracy while comparing favorably with popular models from the literature. https://github.com/tensorflow/tfjs-models/tree/master/mobilenet Object Detection (coco-ssd) MobileNets coco: Common Objects in Context ssd: single shot detector
  3. person, bicycle, car, motorcycle, airplane, bus, train, truck, traffic light,

    fire hydrant, stop sign, parking meter, bird, cat, dog, horse, sheep, cow, elephant, bear, zebra, giraffe, backpack, umbrella, handbag, tie, suitcase, frisbee, skis, snowboard, sports ball, kite, baseball glove, skateboard, surfboard, tennis racket, bottle, wine glass, cup, fork, knife, spoon, bowl, banana, apple, sandwhich, orange, broccoli, carrot, pizza, donut, cake, chair, couch, potted plant, bed, dining table, toilet, tv, laptop, mouse, remote,, keyboard, cell phone, microwave, oven, toaster, sink, refrigerator, book, clock, vase, scissor, teddy bear, hair drier, toothbrush coco-ssdが認識する80のcommon object