Julien Mille

Results 2 issues of Julien Mille

I cannot find in your code the normalization step (W_i \leftarrow W_i/||W_i||_F) described after Eq (4) in the ICCV2017 paper. I expected to find it in dictionary() in decompose.py. There...

Hi, Using cuda-memcheck, I get errors in bao_cuda_construct_gauss_pyramid_pitched. The problem disappears when I replace calls to bao_cuda_pyr_alloc by calls to bao_cuda_pyr_alloc_pitched in bao_flow_patchmatch_multiscale_cuda::init(...) Why are the temporary pyramids m_tempu1_pyr and...