pkuxmq / Invertible-Image-Rescaling

[ECCV 2020, IJCV 2022] Invertible Image Rescaling
Apache License 2.0
630 stars 86 forks source link

A minor mistake? #23

Closed plutoyuxie closed 3 years ago

plutoyuxie commented 3 years ago

A method called downscale of IRNModel seems unused. So, maybe it is a nonsignificant mistake here:

https://github.com/pkuxmq/Invertible-Image-Rescaling/blob/f74e8442bdd9d9064bae962267cc29546c4943b9/codes/models/IRN_model.py#L163

Should it be like this LR_img = self.Quantization(LR_img )

pkuxmq commented 3 years ago

Thanks for pointing out this mistake.