ethliup / DeepUnrollNet

Deep Shutter Unrolling Network
MIT License
44 stars 6 forks source link

Several pictures are missing from Fastec test dataset #9

Open DelinQu opened 2 years ago

DelinQu commented 2 years ago

Hi, I'am using the Fastec test dataset to caculathe PSNR and SSIM. I think several pictures are missing from Fastec test dataset. image

ethliup commented 2 years ago

Can you try to download again? My Google Drive Storage was full previously. I just upgrade it. If it still cannot help, please let me know. I can try to upload a new one.

DelinQu commented 2 years ago

Thanks for your reply and i downloaded again but it didn't work. image

ethliup commented 2 years ago

Hi Delin,

I just downloaded the compressed file and found there is no missing files for 190206_Tuebingen_000009. Can you check if there is anything wrong on your side? Following are the screenshot that I captured from the compressed file.

Screenshot 2022-02-15 132825

DelinQu commented 2 years ago

I guess 000_global_middle and 000_rolling are missing. :( image

ethliup commented 2 years ago

ah, yes!! Sorry I did not realize it. Can you use current one, since all experimental results are based on it I think? If the rolling shutter image is missing, the evaluation/training dataloader would skip it automatically (i.e. line 20 in deep_unroll_net/dataset_fastec_rs.py.

DelinQu commented 2 years ago

Sure thing :smile: