EPCDepth
EPCDepth copied to clipboard
Error('tuple' object is not callable) in color augmentation
Hello, This is great work!. I am facing an issue with random color augmentation. out = self.color_aug(x) TypeError: 'tuple' object is not callable
Could you please take a look?
This means that the object "self.color_aug" is a 'tuple', and I guess there are something wrong on the instantiation of "self.color_aug".
I have the same problem.