DeepFaceLab icon indicating copy to clipboard operation
DeepFaceLab copied to clipboard

Input images dst checked after loading faces during at 7) merge SAEHD.bat

Open thedeepface opened this issue 3 years ago • 0 comments

Hello

I noticed that the extracted images from data_dst.mp4 are checked after the model and src/dst faces are loaded.

This means in larger projects of 60.000 images, it takes quite some time to find out that you are missing your data_dst extracted images.

This check should be done first before proceeding to load model and src/dst faces to avoid this waste of time.

Now you could say just extract the data_dst.mp4 beforehand, but there are some cases that you need to delete them partially, or fully,

So its better to do the precheck of the data_dst.mp4 extracted images as first step to avoid timeloss. Or give the user the chance to extract it(mention that files are not there, please extract and press on y to continue). That would be good

thedeepface avatar Feb 04 '22 10:02 thedeepface