leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

Assign requires shapes of both tensors to match. lhs shape= [1,1,1024,125] rhs shape= [1,1,1024,425] #36

Closed nemesta29 closed 4 years ago

nemesta29 commented 5 years ago

Hi, I tried running the model only from the files provided -> Downloaded COCO model provided -> Ran the code without modifications and it gave the above error

I haven't downloaded any data sets because did not seem necessary for testing the model Kindly guide as to what I can change here, let me know if anything else is required

leeyoshinari commented 5 years ago

https://github.com/leeyoshinari/YOLO_v1/issues/3