graphpipe icon indicating copy to clipboard operation
graphpipe copied to clipboard

ssd yolo

Open chl916185 opened this issue 7 years ago • 1 comments

Can deployments use the yolo SSD faster- RCNN model ? @termie @sleepsonthefloor @Djelibeybi @vishvananda @tjfontaine

chl916185 avatar Oct 18 '18 01:10 chl916185

There are some pretrained object detection models here:

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md

I previously wrote some instructions on getting ssd_mobilenet to work here: https://github.com/oracle/graphpipe/issues/9

You may have to adjust input/output names for your chosen model.

sleepsonthefloor avatar Oct 18 '18 02:10 sleepsonthefloor