100% Solves | LabelImg crashing while selecting Create Rect box

Опубликовано: 18 Октябрь 2024
на канале: datascience Anywhere
15,823
443

#labelimg

labelIMG crashing while selecting Create Rect box

In this video we explains to solve the error with LabelImg that is crashing or closing immediately after click on Create Rectbox

-----------------------------------------
p.drawLine(self.prev_point.x(), 0, self.prev_point.x(), self.pixmap.height())
paintEvent TypeError: arguments did not match any overloaded call:

drawLine(self, 1: QLineF): argument 1 has unexpected type 'float'
drawLine(self, p1: Union[QPointF, QPoint], p2: Union[QPointF, QPoint]): argument 1 has unexpected type 'float'