Jack
Jack
I met this too! Make sure your opencv in /usr/include/ dir or modify the Makefile to config your opencv. @ @huziling
if you only use opencv-python, maybe you can use pse module in python way offered by author. If you want to use pse module in C++, modify the Makefile, and...
same problem with detecting nothing
I meet this problem too. And modify int to np.int, this error still happens. I use pytorch0.4.0. Hope help! @HongwenZhang
Did you solve this problem? @liumarcus70s
Information Flow as follows: //============================================================================ ('pt: \n', tensor([ 48.4674, 5.6901, -0.0979])) ('ul: \n', [45, 0]) ('br: \n', [52, 7]Traceback (most recent call last): File "train.py", line 278, in main(parser.parse_args()) File...
Print code as follows: //================================================================== print("pt: {}\n".format(pt)) print("ul: {}\n".format(ul)) print("br: {}\n".format(br)) print('g_x[0]: {},g_x[1]: {}\n'.format(g_x[0],g_x[1])) print('g_y[0]: {},g_y[1]: {}\n'.format(g_y[0],g_y[1])) print('img_x[0]: {},img_x[1]: {}\n'.format(img_x[0],img_x[1])) print('img_y[0]: {},img_y[1]: {}\n'.format(img_y[0],img_y[1])) //================================================================== And ouput information as follows: //==================================================================...
Yes, try...except was used in utils/imutils.py, and then met another problem, out of memory, which needs another try. My device is Titan X(12GB). My log as follows and thank you...
You can find it in http://vcl.ucsd.edu/hed/HED-BSDS. @HarkDev
Are there some ways to encode variable length of labels? Great appreciation for your work! Thanks for your help.@yalecyu