face-mesh-generator icon indicating copy to clipboard operation
face-mesh-generator copied to clipboard

tfrecord/ibug.record; No such file or directory

Open andihaki opened this issue 3 years ago • 1 comments

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

andihaki avatar Sep 24 '21 12:09 andihaki

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

amartyacodes avatar Jan 12 '22 06:01 amartyacodes