SubChange
Results
2
comments of
SubChange
> good point, I did not notice that the pixel center convention is different, thank you feel free to add a fix if you can, if not I'll try to...
您好,我认为共线的问题可以如下解决,包括`is`语句用`not`解决。 ```python if not ret[i, j]: # now check complete overlap. # box overlap qbox: box_overlap_qbox = True # cross_ = [] # 判断qbox的每一个顶点在不在box的内部 for box_l in range(4): # point...