pytorch-deeplab-xception
pytorch-deeplab-xception copied to clipboard
hello, a question, can I use my own dataset labeled by labelme to train the model??
hello, a question, can I use my own dataset labeled by labelme to train the model?? thx
yes, you need to change mypath.py and add a class for loading your dataset in 'dataloaders/datasets'. you might also need to add some dataset related functions to 'dataloaders/utils.py'
hello, can you specify related functions to train our own models ?
hello, a question, can I use my own dataset labeled by labelme to train the model?? thx
I have the same problem. Have you solved it
hello,how do you build your dataset file folder?