yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
623 stars 183 forks source link

300vw.record #109

Closed MacBook-Pro-gala closed 3 years ago

MacBook-Pro-gala commented 3 years ago
 File "/Users/liuyuhan/miniforge3/envs/tensorflow/lib/python3.8/site-packages/tensorflow/python/eager/execute.py", line 59, in quick_execute
    tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
tensorflow.python.framework.errors_impl.InvalidArgumentError:  Feature: label/marks (data type: string) is required but could not be found.
         [[{{node ParseSingleExample/ParseExample/ParseExampleV2}}]]
         [[IteratorGetNext]] [Op:__inference_train_function_2435]

Function call stack:
train_function

When I use this data set, I get the following error

yinguobing commented 3 years ago

正如错误信息所述:label/marks这个特征没有找到。

建议检查一下tfrecord文件,保证文件中包含该特征。