We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the negative proposals is 0, the training ends up with the following complaints. Anyone met similar problems?
rpn: num_positive 128 rpn: num_negative 0 rpn: num_positive avg 128 rpn: num_negative avg 0 2018-03-26 15:54:27.734525: W tensorflow/core/framework/op_kernel.cc:1158] Unknown: exceptions.AssertionError: Invalid boxes found: [ 4.89326211e+04 -2.36359191e+00 -8.73799973e+01 1.20674377e+02] [ 439.95526123 0. 618.95306396 49.03554916] [[Node: roi-data/PyFunc = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_INT32, DT_FLOAT, DT_INT32], Tout=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], token="pyfunc_2", _device="/job:localhost/replica:0/task:0/cpu:0"](rpn_rois/_97, _arg_gt_boxes_0_3, _arg_gt_ishard_0_4, _arg_dontcare_areas_0_2, roi-data/PyFunc/input_4)]] 2018-03-26 15:54:27.734525: W tensorflow/core/framework/op_kernel.cc:1158] Unknown: exceptions.AssertionError: Invalid boxes found: [ 4.89326211e+04 -2.36359191e+00 -8.73799973e+01 1.20674377e+02] [ 439.95526123 0. 618.95306396 49.03554916] [[Node: roi-data/PyFunc = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_INT32, DT_FLOAT, DT_INT32], Tout=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], token="pyfunc_2", _device="/job:localhost/replica:0/task:0/cpu:0"](rpn_rois/_97, _arg_gt_boxes_0_3, _arg_gt_ishard_0_4, _arg_dontcare_areas_0_2, roi-data/PyFunc/input_4)]] 2018-03-26 15:54:27.734533: W tensorflow/core/framework/op_kernel.cc:1158] Unknown: exceptions.AssertionError: Invalid boxes found: [ 4.89326211e+04 -2.36359191e+00 -8.73799973e+01 1.20674377e+02] [ 439.95526123 0. 618.95306396 49.03554916] [[Node: roi-data/PyFunc = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_INT32, DT_FLOAT, DT_INT32], Tout=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], token="pyfunc_2", _device="/job:localhost/replica:0/task:0/cpu:0"](rpn_rois/_97, _arg_gt_boxes_0_3, _arg_gt_ishard_0_4, _arg_dontcare_areas_0_2, roi-data/PyFunc/input_4)]]
The text was updated successfully, but these errors were encountered:
do you solve the problem?I have the same question ,you can keep in touch with me [email protected]
Sorry, something went wrong.
I have the same question
Did you solve this problem? I have the same question.
No branches or pull requests
When the negative proposals is 0, the training ends up with the following complaints. Anyone met similar problems?
The text was updated successfully, but these errors were encountered: