Hello there,
I'm currently facing challenges while attempting to replicate the Kalantari13 method, "Patch-based High Dynamic Range Video," using your provided dataset. While successfully reconstructing sequences labeled "Fire" and "Throwing Towels" from TOG13 dataset, I've encountered issues when working with the dynamic real benchmark dataset.
The error log from matlab console is like:
**********************************
Working on the "reorg_dynamic_RGB_data_2exp_release\scene_017_ref_high_step3" dataset
Generating input pyramids Done
Generating the initial flows and search maps ...
Working on frame 1/3
Initial motion estimation (global)错误使用 get_q_RANSAC (line 24)
k should be less or equal than N_I
出错 RANSAC (line 399)
q = get_q_RANSAC(N, N_I_star, k);
出错 FitModel (line 38)
ransac_results = RANSAC(X(:,ind_valid), ransac_options);
出错 ComputeSimilarity (line 64)
[H, ~] = FitModel(flowBeginX(inds), flowBeginY(inds), flowEndX(inds), flowEndY(inds), sigmaSimilarity, 'similarity');
出错 ComputeGlobalMotionFlow (line 11)
simFlow.right = ComputeSimilarity(expAdj{1}, expAdj{2});
出错 InitialMotionEstimation (line 5)
[warped, simFlow] = ComputeGlobalMotionFlow(imgs, expoTimes);
出错 GenerateHDRVideo (line 86)
[nnf, flow] = InitialMotionEstimation(imgs, curExpoTimes);
出错 main_loop (line 121)
GenerateHDRVideo(vidObj, exposureTimes, sceneName);
Thank you in advance for your time and assistance!
Hello there,
I'm currently facing challenges while attempting to replicate the Kalantari13 method, "Patch-based High Dynamic Range Video," using your provided dataset. While successfully reconstructing sequences labeled "Fire" and "Throwing Towels" from TOG13 dataset, I've encountered issues when working with the dynamic real benchmark dataset.
The error log from matlab console is like:
Thank you in advance for your time and assistance!