Color transform is incorrect.
siemanko opened this issue · 1 comments
siemanko commented
Hey,
so the color transform that you use is incorrect (for example in Seaquest it sometimes causes the fishes to disappear).
Lines 67 to 68 in 12dac59
You can get the correct one from the repo Deepmind uses:
https://github.com/torch/image/blob/9f65c30167b2048ecbe8b7befdc6b2d6d12baee9/generic/image.c#L2105)
Let me know how much this improves your results if you decide to adopt this. For me the difference was massive.
muupan commented
Thank you for pointing it out! I'll check the performance with that transformation.