ZongxuPan / DrBox-v2-tensorflow

The tensorflow implementation of DrBox-v2 which is an improved detector with rotatable boxes for target detection in remote sensing images
Apache License 2.0
47 stars 21 forks source link

error when i change prior angles #11

Open mindmad opened 5 years ago

mindmad commented 5 years ago

Hello

I got this error when I try to change the prior angles when I set them to [0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330];

InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [96] rhs shape= [48]
     [[Node: save/Assign = Assign[T=DT_FLOAT, _class=["loc:@VGG16/conf3/biases"], use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/gpu:0"](VGG16/conf3/biases, save/RestoreV2/_5)]

I don't understand what went wrong so any help in this matter

for more details log.txt this the whole log of the terminal

ZongxuPan commented 5 years ago

Hello

I got this error when I try to change the prior angles when I set them to [0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, 330];

InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [96] rhs shape= [48]
   [[Node: save/Assign = Assign[T=DT_FLOAT, _class=["loc:@VGG16/conf3/biases"], use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/gpu:0"](VGG16/conf3/biases, save/RestoreV2/_5)]

I don't understand what went wrong so any help in this matter

for more details log.txt this the whole log of the terminal

Please check the setting of "IS180". Besides, since everyone using this code could encounter his/her specific issues, completely relying on us to solving these issues is unpractical, in part because the information is not enough in part because we have not so much time or effort, so we refer the users to the Q & A part in README, especially the second Q&A for your own data.