pythonlessons / TensorFlow-2.x-YOLOv3

YOLOv3 implementation in TensorFlow 2.3.1
https://pylessons.com/
MIT License
606 stars 327 forks source link

Converting ubyte to .pgm #149

Closed ctcheune closed 3 years ago

ctcheune commented 3 years ago

I noticed in the train.zip and test.zip folders, you had converted the MNIST data from its original ubyte format to several .pmg files. How did you go about doing this? I am wanting to add more data to the dataset (using the EMNIST data, so digits and letters), but I am not sure how to do the conversion.

Thanks in advance!

ctcheune commented 3 years ago

Nevermind, I figured it out