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

Can it support Tensorflow 2.0 with Windows10? #71

Open QQ2737499951 opened 5 years ago

QQ2737499951 commented 5 years ago

Can it support Tensorflow 2.0 with Windows10?

ArifSohaib commented 5 years ago

Right now, no. It is using the slim library which has been removed from tensorflow 2.0. Unfortunately the same issue exists with Tensorflow Object Detection API. I have been trying to convert it using https://www.tensorflow.org/alpha/guide/migration_guide but there is a sizing issue at inputs = inputs + shortcuts The error is: Dimensions must be equal, but are 256 and 512 for 'detector/darknet-53/add_3' (op: 'Add') with input shapes: [?,256,52,52], [?,512,52,52].