R2CNN-Plus-Plus_Tensorflow
R2CNN-Plus-Plus_Tensorflow copied to clipboard
运行错误
在测试demo_rh_pyramid.py中出现如下错误
Traceback (most recent call last):
File "demo_rh_pyramid.py", line 393, in
这个我也不清楚,你尝试调整一下环境,和我保持一致? @kongbia
I had the same problem and solved it by downgrading TensorFlow to 1.2.0 (CPU version for me. Because I have Cuda 10 installed, Cuda 10 installed GPU version doesn't work for 1.2.0.. ) Check your compatible version here: https://www.tensorflow.org/install/source.
Now I have another problem when training. OutOfRangeError (see above for traceback): PaddingFIFOQueue '_2_get_batch/batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0) [[Node: get_batch/batch = QueueDequeueManyV2[component_types=[DT_STRING, DT_FLOAT, DT_INT32, DT_INT32], timeout_ms=-1, _device="/job:localhost/replica:0/task:0/cpu:0"](get_batch/batch/padding_fifo_queue, get_batch/batch/n)]]
I will check here first.. --> https://github.com/yangxue0827/R2CNN_FPN_Tensorflow/issues/5