Closed leijuzi closed 4 years ago
in wflw.py img = img.transpose([2, 0, 1]) should be img = img.transpose(2, 0, 1) , the first one could rotate the img then you cant get a good reault
in wflw.py img = img.transpose([2, 0, 1]) should be img = img.transpose(2, 0, 1) , the first one could rotate the img then you cant get a good reault