tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

Can it support Tensorflow 2.0 with Windows10?

Open QQ2737499951 opened this issue 5 years ago • 1 comments

Can it support Tensorflow 2.0 with Windows10?

QQ2737499951 avatar Apr 18 '19 03:04 QQ2737499951

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].

ArifSohaib avatar Apr 23 '19 15:04 ArifSohaib