Closed ccl-private closed 4 years ago
File "/home/ccl/Documents/codes/python/face_landmark-master/tools/convert_to_tflite.py", line 32, in tflite_results = interpreter.get_tensor(output_details[2]['index']) IndexError: list index out of range
训练出来的模型比预训练模型少一个variables.data-00000-of-00002,正常吗
终于搞定了,应该是tflite后面更新了,把face_landmark.py文件改成这样就可以了.
File "/home/ccl/Documents/codes/python/face_landmark-master/tools/convert_to_tflite.py", line 32, in
tflite_results = interpreter.get_tensor(output_details[2]['index'])
IndexError: list index out of range