How do I convert a directory of jpeg images to TFRecords file in tensorflow?

后端 未结 7 675
后悔当初
后悔当初 2020-11-30 17:37

I have training data that is a directory of jpeg images and a corresponding text file containing the file name and the associated category label. I am trying to convert thi

7条回答
  •  一整个雨季
    2020-11-30 17:58

    You can use the Kubeflow pipeline here to do the conversion:

    https://aihub.cloud.google.com/u/0/p/products%2Fded3e5e5-d2e8-4d65-9b9f-5ffaa9a27ea1

    Click on the Download link (create a Kubeflow cluster to run the pipeline)

提交回复
热议问题