PyTorch_image_classifier icon indicating copy to clipboard operation
PyTorch_image_classifier copied to clipboard

I don’t know what to do with my own image data set, I hope to get your reply, thank you

Open shibenzheng opened this issue 4 years ago • 1 comments

Hello, I now want to use resnest to train my own image data set. What I do is image classification, but how to convert my image file into data.csv, because the data processing in the README is a bit unclear, I hope to get Thank you for your reply!

shibenzheng avatar Nov 10 '20 12:11 shibenzheng

Hello, I now want to use resnest to train my own image data set. What I do is image classification, but how to convert my image file into data.csv, because the data processing in the README is a bit unclear, I hope to get Thank you for your reply!

Just convert your data to this format:https://github.com/MachineLP/PyTorch_image_classifier/blob/master/data/data.csv. "filepath": The path of the image. "target": The label of the image. "fold": Not needed.

MachineLP avatar Nov 11 '20 09:11 MachineLP