justadudewhohacks / tfjs-tiny-yolov2

Tiny YOLO v2 object detection with tensorflow.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train use nodejs

chenqing opened this issue · comments

Thanks for this awesome project.
I want to train my own dataset use tfjs-node.
some questions:

  1. Nodejs do not support Blob. How can I save and load weights?
  2. Computing Box Anchors, Is your generate script ready?
  3. May you add some example in Nodejs environment?

Thanks.