mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2025-03-29 10:20:15 +00:00
fix typo
This commit is contained in:
parent
1f4f847008
commit
85c9886f41
@ -14,7 +14,7 @@ from config import *
|
||||
#TODO: allow variable batch sizes when decensoring. changing BATCH_SIZE will likely result in crashing
|
||||
BATCH_SIZE = 1
|
||||
|
||||
mask_color = [args.mask_color_red, args.mask_color_green, arg.mask_color_blue]
|
||||
mask_color = [args.mask_color_red, args.mask_color_green, args.mask_color_blue]
|
||||
poisson_blending_enabled = False
|
||||
|
||||
def decensor(args):
|
||||
|
Loading…
x
Reference in New Issue
Block a user