Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test_wholeimage_swap_multispecific.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
from util.norm import SpecificNorm
import glob
from parsing_model.model import BiSeNet

import warnings
warnings.filterwarnings("ignore")
def lcm(a, b): return abs(a * b) / fractions.gcd(a, b) if a and b else 0

transformer_Arcface = transforms.Compose([
Expand Down