Closed johnpaulbin closed 3 years ago
Also how could I fix if possible ^
In clip_generate.py line 111: img = img[0].permute(1, 2, 0).detach().cpu().numpy() 256 should be img = img[0].permute(1, 2, 0).detach().cpu().numpy() 255
Nice catch @DuncanRowland . That's how it should be, will fix it. Thanks!
Putting anything will give a pretty good output, but in some situations the colors will become all mixed.
Is there any reason behind this?