MikeOfZen / Yet-Another-Openpose-Implementation

This project reimplements from scratch the OpenPose paper (Cao et al,2018), Using Tensorflow 2.1 and optional TPU powered training.
Mozilla Public License 2.0
92 stars 26 forks source link

'utf-8' codec can't decode byte 0xbe in position 226: invalid start byte #10

Closed ydldarling closed 2 years ago

ydldarling commented 2 years ago

I met the error:" 'utf-8' codec can't decode byte 0xbe in position 226: invalid start byte " when run to code: train_history=train_model.fit( dst ,epochs=SHORT_TRAINING_EPOCHS ,steps_per_epoch=SHORT_EPOCH_STEPS ,validation_steps=SHORT_VALIDATION_STEPS ,validation_data=dsv ,callbacks=all_callbacks ,initial_epoch=starting_epoch )

ydldarling commented 2 years ago

problem solved;the reason is the tfrecord file did'nt been loaded correctly!