jingjin25 / LFSSR-ATO

Repository for "Light Field Spatial Super-resolution via Deep Combinatorial Geometry Embedding and Structural Consistency Regularization" , CVPR 2020
48 stars 9 forks source link

About MatLab error #5

Closed Nianzhen-GU closed 3 years ago

Nianzhen-GU commented 3 years ago

When I use the MatLab code to generate the h5 file, there are three errors: Error using h5create>validate_options (line 150) To extend the extents of the dataset, specify 'ChunkSize'.

Error in h5create (line 99) options = validate_options(p.Results);

Error in PrepareDate_test_Lytro (line 63) h5create(savepath,'/GT_y',size(GT_y),'Datatype','uint8');

I don't know how to solve.