Skip to content

Commit 050ed8a

Browse files
committed
Support Simswap 512
Support Simswap 512
1 parent 589e31a commit 050ed8a

5 files changed

+40
-0
lines changed

test_wholeimage_swap_multispecific.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Author: Naiyuan liu
3+
Github: https://github.com/NNNNAI
4+
Date: 2021-11-23 17:03:58
5+
LastEditors: Naiyuan liu
6+
LastEditTime: 2021-11-24 19:19:22
7+
Description:
8+
'''
19

210
import cv2
311
import torch

test_wholeimage_swapmulti.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Author: Naiyuan liu
3+
Github: https://github.com/NNNNAI
4+
Date: 2021-11-23 17:03:58
5+
LastEditors: Naiyuan liu
6+
LastEditTime: 2021-11-24 19:19:26
7+
Description:
8+
'''
19

210
import cv2
311
import torch

test_wholeimage_swapsingle.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Author: Naiyuan liu
3+
Github: https://github.com/NNNNAI
4+
Date: 2021-11-23 17:03:58
5+
LastEditors: Naiyuan liu
6+
LastEditTime: 2021-11-24 19:19:43
7+
Description:
8+
'''
19

210
import cv2
311
import torch

test_wholeimage_swapspecific.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Author: Naiyuan liu
3+
Github: https://github.com/NNNNAI
4+
Date: 2021-11-23 17:03:58
5+
LastEditors: Naiyuan liu
6+
LastEditTime: 2021-11-24 19:19:47
7+
Description:
8+
'''
19

210
import cv2
311
import torch

util/videoswap.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
Author: Naiyuan liu
3+
Github: https://github.com/NNNNAI
4+
Date: 2021-11-23 17:03:58
5+
LastEditors: Naiyuan liu
6+
LastEditTime: 2021-11-24 19:19:52
7+
Description:
8+
'''
19
import os
210
import cv2
311
import glob

0 commit comments

Comments
 (0)