CVMI-Lab / UHDM

(ECCV2022) This is the official PyTorch implementation of ECCV2022 paper: Towards Efficient and Scale-Robust Ultra-High-Definition Image Demoireing
Apache License 2.0
191 stars 25 forks source link

Train splits cannot be unzipped #15

Closed zeanfa closed 1 year ago

zeanfa commented 1 year ago

All train splits except for 00 cannot be unzipped.

C:\Work\HW\uhdm_data>tar -xvzf train_split01.tar.gz tar: Error opening archive: Unrecognized archive format

zeanfa commented 1 year ago

My fault Had to unzip as one file like this cat train_split**.tar.gz | tar -xz