micmic123 / QmapCompression

Official implementation of "Variable-Rate Deep Image Compression through Spatially-Adaptive Feature Transform", ICCV 2021
81 stars 16 forks source link

Error when using the pretrained model #5

Open zara0m opened 2 years ago

zara0m commented 2 years ago

Hello, I want to test your code using the pretrained model, but I got this error:

FileNotFoundError: [Errno 2] No such file or directory: './data/trainset_coco.csv'

Could you please help me to fix this and only use the evaluation without training data?

Thank you.