Chen Ma
Chen Ma
OK when i run the train.py file to train my own data. it said OutOfRangeError (see above for traceback): End of sequence. i cant handle this error.i Have you ever...
the train.txt like this C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/part2_000094.jpg 94,2,176,116,0 C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/000937.jpg 188,61,258,150,0 390,72,461,157,0 C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/part2_001002.jpg 376,22,795,543,0 the test.txt C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/000002.jpg 37,32,76,84,0 165,103,208,158,0 178,71,213,113,0 221,44,251,88,0 249,61,283,112,0 335,60,376,112,0 344,107,385,163,0 372,59,402,110,0 409,77,454,136,0 9,75,46,124,1 C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/000005.jpg 378,109,458,179,0 C:\Users\Dell\Desktop\test\YOLOv3_tiny_TensorFlow-master/VOC2007/JPEGImages/000019.jpg 306,134,353,189,0 421,124,470,184,0 641,45,711,119,0...
ok, do you have QQ number or wechat? i generate my train.txt and test.txt by voc_annotation.py file the trace of error is File "C:/Users/Dell/Desktop/test/YOLOv3_tiny_TensorFlow-master/train.py", line 179, in image, y_true_13, y_true_26,...
OutOfRangeError (see above for traceback): End of sequence [[node IteratorGetNext (defined at C:/Users/Dell/Desktop/test/YOLOv3_tiny_TensorFlow-master/train.py:179) = IteratorGetNext[output_shapes=[, , , ], output_types=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](IteratorFromStringHandleV2)]] [[{{node IteratorGetNext/_17}} = _Recv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1,...
Traceback (most recent call last): File "C:/Users/win10/Desktop/pycharm/YOLOv3_tiny_TensorFlow-master/train.py", line 150, in train_dataset = train_dataset.apply(tf.data.experimental.map_and_batch( AttributeError: module 'tensorflow.data' has no attribute 'experimental'
Ok ,my tensorflow version is tensorflow-gpu 1.11.0, which version should i use? how did you get your train.txt file.?
thank you so much waiting for your file
thank you so much ,its really helpful. but another error occured . AssertionError: Annotation error! Please check your annotation file. Make sure there is at least one target object in...
I think my dataset should be OK. I can use it normally in other frameworks
i guess annotation file is not recognized ? i find the error at data_utils.py but i dont konw how to fix it. I'm going crazy 。。。。。。。。