yinguobing / face-mesh-generator

Generate face mesh dataset using Google's FaceMesh model.
GNU General Public License v3.0
116 stars 22 forks source link

tfrecord/ibug.record; No such file or directory #11

Open andihaki opened 2 years ago

andihaki commented 2 years ago

where or how to get ibug.record?


(venv) ➜  face-mesh-generator git:(master) ✗ python generate_mesh_dataset.py
2021-09-24 19:48:59,643 - __main__ - INFO - Starting to process dataset: ibug
Traceback (most recent call last):
  File "generate_mesh_dataset.py", line 335, in <module>
    process(ds_ibug)
  File "generate_mesh_dataset.py", line 81, in process
    tf_writer = MeshRecordOperator(
  File "/Users/users/Documents/_ai/face-mesh-generator/tfrecord_operator.py", line 44, in __init__
    self._writer = tf.io.TFRecordWriter(filename)
  File "/Users/users/Documents/_ai/face-mesh-generator/venv/lib/python3.8/site-packages/tensorflow/python/lib/io/tf_record.py", line 298, in __init__
    super(TFRecordWriter, self).__init__(
tensorflow.python.framework.errors_impl.NotFoundError: tfrecord/ibug.record; No such file or directory
amartyacodes commented 2 years ago

I am facing the same problem with WFLW record. Any idea on how to solve it?