NTIRE 2022 Challenge on Spectral Reconstruction from RGB Forum

Go back to competition Back to thread list Post in this thread

> ARAD_1K_0314.mat seems broken

Hi organizers,
I tried to use h5py and scipy and also mat73 to load the mat files, but ARAD_1K_0314.mat cannot load properly, it returns some error messages like:
```
OSError: Unable to open file (truncated file: eof = xxxxxxx, sblock->base_addr = x, stored_eof = xxxxxxxxx)
```
Looks like this file is broken, can you check it at your end?
In my experiment, all other mat files can be loaded properly.

Posted by: xsourse @ Feb. 5, 2022, 6:35 a.m.

Could you please try this file?
https://drive.google.com/file/d/1DOsjSMC9jHMBF0KzHTipbjwZbqyVF20K/view?usp=sharing

I'll be able to test later on my end and will repair the full archive ASAP if there is indeed an issue.

Posted by: boazarad @ Feb. 6, 2022, 6:28 a.m.

Thanks for your response, I just tried this one, but it still not working. error message as:
```
OSError: Unable to open file (truncated file: eof = 19130464, sblock->base_addr = 512, stored_eof = 21132761)
```

Posted by: xsourse @ Feb. 6, 2022, 6:37 a.m.

I see the issue, please try the updated shared file now:
https://drive.google.com/file/d/1DOsjSMC9jHMBF0KzHTipbjwZbqyVF20K/view?usp=sharing

Posted by: boazarad @ Feb. 6, 2022, 9:18 a.m.

It works, thanks a lot

Posted by: xsourse @ Feb. 7, 2022, 4:14 a.m.
Post in this thread