Closed QQR1 closed 3 years ago
Hi
The definition of RandomWarpDeformer() was missing, I added it to the file utils/tools.py. Thanks for pointing it out.
However, we'd like to point out that RandomWarpTransform() is not used during data augmentation. I'm sorry for the confusion, this class was only used in an outdated version, and I left it in the code for completeness.
Hi, here have a question about the DeScarGAN. In utils/tooIs.py, I cannot find the definition of RandomWarpDeformer() (Line 155
`class RandomWarpTransform(): """Transforms an image by warping it smoothly.