jiaxi-jiang / FBCNN

Official Code for ICCV 2021 paper "Towards Flexible Blind JPEG Artifacts Removal (FBCNN)"

Home Page:https://arxiv.org/abs/2109.14573

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run color real error

gao123qiang opened this issue · comments

run default code, show me error:
model.load_state_dict(torch.load(model_path), strict=True):
error in loading state_stict for FBCNN:
Missing keys in state_stict :
......

but when run fbcnn_color.py , it is ok.
why ?

Hi, could you provide more details? e.g., the file you run, the model you load, and the images you test.