zhengchen1999 / DAT

PyTorch code for our ICCV 2023 paper "Dual Aggregation Transformer for Image Super-Resolution"
Apache License 2.0
350 stars 27 forks source link

training test shows filenotfounderror of benchmark/set5 #17

Closed Estella12 closed 7 months ago

Estella12 commented 7 months ago

Running train.py in pycharm, shows filenotfounderror in datasets/benchmark/Set5/... Readme says set5 is for test, so is the data needed in training process? thx

zhengchen1999 commented 7 months ago

The Set5 dataset is used to verify during training that everything is proceeding normally. It's just for monitoring the training trend of the model and does not participate in model selection.

Estella12 commented 7 months ago

ok, is there a download link on the cloud drive for mainland? thx

zhengchen1999 commented 7 months ago

@Estella12 We have released the download link of Baidu Disk at here.

Estella12 commented 7 months ago

thx