mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
891 stars 353 forks source link

Will you update your program by adding yolov3-tiny by converting it to tensorflow type in the near future? #7

Open xingyewuyu opened 6 years ago

xingyewuyu commented 6 years ago

@mystic123
Will you update your program by adding yolov3-tiny by converting it to tensorflow type in the near future?

mystic123 commented 6 years ago

I have just merged PR submitted by @WayneCui which adds yolo-v3-tiny :)

xingyewuyu commented 6 years ago

@mystic123,thanks. When will you finish adding the converter that can converts yolov3tiny into tensorflow format?