neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The images are shuffled during training.

weixianwei0129 opened this issue · comments

https://github.com/neuralchen/SimSwap/blob/main/train.py#L180
In this place, does the position of certain pictures not change? Would it be better to shift backwards x steps one by one;x=random.randint(0,batch_size-1).