UNPKG

tfjs-tiny-yolov2

Version:

Tiny YOLO v2 object detection with tensorflow.js.

7 lines (5 loc) 167 B
import * as tf from '@tensorflow/tfjs-core'; export * from 'tfjs-image-recognition-base'; export * from './common'; export * from './tinyYolov2'; export { tf }