tlliao

Results 9 comments of tlliao

I have the same problem, I don't understand how the loading error happens. My image size is [512, 512 ,3] and mask size is [512, 512].

> @ofirkris Hi, when I get back to school, I will release the code one after another. Hi, is there anything new about the releasing of testing or training code?

@tzxiang You said that you have successfully compile the code in Win7 system. Could you tell me some details about how you compile it? Since I intend to compile it...

Thanks, I have successfully compile the code in my Win10 PC, and add input-42-data into my working directory. But when I run it, there is no results generated, the variable...

How to run the command of Usage 4, it seems like illegal in Windows command?

Sorry to bother you again, when I run your code under the folder "AANAP-building", it generates some confusing errors: nThreads = 1 [#Images : 1] i = 1, [Images :...

> You may need to download vlfeat tool and add it to the root directory. List your specific issues is more helpful to help you run the code.

可能是line_match1/line_matche2数据为空或者matches_1/matches_2匹配数据太少导致计算的单应性无法收敛,如果没有线段匹配可以只使用calcHomo函数计算单应性矩阵。

这个问题可能跟电脑系统的vc++环境有关,建议用MATLAB的mex命令自己编译cpp文件生成.mexw64试试看能否成功。