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

NotFoundError: tfrecord/wflw.record #6

Closed Picocu closed 3 years ago

Picocu commented 3 years ago

Hello there! While generating the training data with python3 generate_mesh_dataset.py getting the error above. Should not it itself generate that file? compat.as_bytes(path), options._as_record_writer_options()) tensorflow.python.framework.errors_impl.NotFoundError: tfrecord/wflw.record; No such file or directory

Picocu commented 3 years ago

Had to create the tfrecord folder. Great repo!