i want to use my phone to take some pictures to train the model, how to give each pic a label and get my own dataset?
should i download any module or write another .py file?
thanks a lot!
If you should train model on your data, you should custom the data reader in this program for your data. It's difficult that you collect a large number of picture and label by yourself.
i want to use my phone to take some pictures to train the model, how to give each pic a label and get my own dataset? should i download any module or write another .py file? thanks a lot!