It's clear that you did some pre-processing on the lip_mpv_dataset, stored an index in the pickle file and the results in the mentioned folders (dataloader.py)
self.path + "lip_images/"
self.path + "lip_dense/"
self.path + "lip_textures/"
self.path + "lip_apparels/"
these directories are missed in the code
Can you provide the tools for this pre-processing?
It's clear that you did some pre-processing on the lip_mpv_dataset, stored an index in the pickle file and the results in the mentioned folders (dataloader.py)
self.path + "lip_images/"
self.path + "lip_dense/"
self.path + "lip_textures/"
self.path + "lip_apparels/"
these directories are missed in the code
Can you provide the tools for this pre-processing?