tensorflow-yolo-v3
tensorflow-yolo-v3 copied to clipboard
Can it support Tensorflow 2.0 with Windows10?
Can it support Tensorflow 2.0 with Windows10?
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].