Open Manishsinghrajput98 opened 4 years ago
Recommended steps if you are trying to transfer this project into another usage:
Good luck!
thanks for reply. but i only i want to how can i train my own model. i have a halen like dataset (images corresponding pts files). only i want to know . how to pass helen dataset in into train.py ? can i need to convert halen dataset into other format?
Then dataset.py
is a good start point.
okay after dataset.py then run train.py ? right ?
Before training, make sure the network's inputs and outputs shape are compatible with the new dataset.
the repository based on wflw dataset. but i have a helen like dataset. so how can i convert the dataset according to train.py thanks
Hello thanks for your code. i want to train my model on nails images. how can i do this. i was convert the dataset json to .pts format. like this version: 1 n_points :4 { 328.15 136.54 332.96 174.04 370.46 175.0 375.27 135.58 } now what can i do for next steps . can i pass the direct .pts files on train.py? can i convert to pts into other format? please help !