yinguobing / cnn-facial-landmark

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

numpy array to tf dataset #112

Open soans1994 opened 3 years ago

soans1994 commented 3 years ago

hello, how to convert numpy array to tf records. does it compress data and speed up training?

thank you