Hamed Rahmani

Results 2 issues of Hamed Rahmani

Hi, in loading the checkpoint, in line 118 of utils.py (https://github.com/felixcheng97/DenoiseCompression/blob/main/CompressAI/codes/utils/util.py#L118) shouldn't it change to `m = architectures[model].from_state_dict(checkpoint, opt)`? Not having this change will cause error

Hi, I was going through the paper "Subpixel Heatmap Regression for Facial Landmark Localization" and it was mentioned the code is available in this repo. I did not find any...