UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

6 lines (5 loc) 199 B
export * from './TinyYolov2'; export * from './TinyYolov2LossFunction'; export * from './TinyYolov2Trainable'; export * from './TinyYolov2Options'; export { TinyYolov2NetParams } from './types'