DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

TypeError: cannot create weak reference to 'builtin_function_or_method' object #19

Open u101022205 opened 5 years ago

u101022205 commented 5 years ago

I run the train.py, but it shows this error? Does anyone know how to fix it?

Bill57777 commented 5 years ago

Hi, did you fix it? I have got the same issue. If you know how to fix it please tell me .Thanks a lot.

clw5180 commented 5 years ago

Same problem......

zqpiao commented 5 years ago

I have met this problem yesterday. I fix it by reducing the version of TensorFlow.

Bill57777 commented 5 years ago

I have met this problem yesterday. I fix it by reducing the version of TensorFlow.

Thanks!It worked! But a new problem came up: out of memory...

clw5180 commented 5 years ago

I have met this problem yesterday. I fix it by reducing the version of TensorFlow.

Thanks. Do you join a competition called “2019 remote sensing”...? How about build a team : )

clw5180 commented 5 years ago

I have met this problem yesterday. I fix it by reducing the version of TensorFlow.

Thanks!It worked! But a new problem came up: out of memory...

Do you join a competition called “2019 remote sensing”...? How about build a team : )

HappyDev00 commented 4 years ago

Which tensorflow verion works? I've faced this issue.