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
893 stars 353 forks source link

Bounding box generated is not fit with the object #88

Closed Bao150297 closed 4 years ago

Bao150297 commented 4 years ago

I converted a yolov3-tiny model that used for face detecting. But when I run demo file, it generated bounding boxes that had dimension larger than usual. An example: result So this is usual or whether something was wrong with my model? Thanks in advance

Bao150297 commented 4 years ago

I found something wrong. When I try converting later, the model I got do everythings well.