Skip to content

Issue with multi-frame #17

Description

@Miles-and-miles-away

I'm getting this error with MF setting

Error using hdf5lib2
Unable to open 'Uncompensated\compensated.HDF5'. File or folder
not found.
Error in H5F.create (line 80)
file_id = H5ML.hdf5lib2('H5Fcreate', varargin{:});
Error in h5create>create_dataset (line 206)
fid =
H5F.create(options.Filename,'H5F_ACC_TRUNC','H5P_DEFAULT',
...
Error in h5create (line 109)
create_dataset(options);
Error in HDF_file_writer/write_frames (line 41)
h5create(obj.file_name, ...
Error in compensate_recording>compensate_multi_ref_recording
(line 263)
video_file_writer.write_frames(c_reg);
Error in compensate_recording (line 27)
compensate_multi_ref_recording(options);
Error in untitled_various (line 32)
compensate_recording(options);

Input options:
[~, cores] = evalc('feature(''numcores'')');
options = OF_options(...
'input_file', file1, ...
'output_path', outfolder, ... % results folder
'output_format', 'HDF5', ...
'alpha', 1.5, ... % smoothness parameter
'sigma', [1, 1, 0.5; ... % gauss kernel size channel 1
1, 1, 0.5], ... % gauss kernel size channel 2
'levels', 100, ... % solver levels
'iterations', 100, ... % outer iterations (the larger the better the result, but slower)
'bin_size', 1, ... % binning over 5 frames from the 30 hz data
'buffer_size', cores*2, ... % size of blocks for the parallel evaluation (larger takes more memory)
'quality_setting', 'fast', ...
'output_typename', 'uint16', ...
'reference_frames',100:300, ...
'weight', [0.80,0.20], ...
'n_references', 2, ...
'min_frames_per_reference', 30 ...
);
compensate_recording(options);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions