Open pavan4 opened 5 years ago
basically, you need to write your own data generator. load data, preprocessing, data agumentation...etc.
Ok. I am down this path. I just have a clarification question
When processing data a scaling factor of 200
is used throughout.
Eg.,
Is this specific to the MPII dataset? Apologies for the noob question
yes, that is specific to MPII dataset.
@pavan4 Hi, I also want to train this network on on my own dataset, my input picuture size is 720x1280, but when I modify the mpii_datagen.py I don't know how to set the scale and objpos. Can you give me some advice?
I want to train this network on a custom dataset. I have the gt labels and images.
Under the
data_gen
directory I looked atMPIIDataGen
but this class has a lot of custom code specific to MPII. Is there any other place I need to modify apart from this class?