Converter: added Apply super resolution? (y/n skip:n) : , Enhance details by applying DCSCN network.
refactorings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AntiPickler():
|
||||
def __init__(self, obj):
|
||||
self.obj = obj
|
||||
|
||||
def __getstate__(self):
|
||||
return dict()
|
||||
|
||||
def __setstate__(self, d):
|
||||
self.__dict__.update(d)
|
||||
Reference in New Issue
Block a user