2 Commits

Author SHA1 Message Date
e3eea126e1 checkbox bug fix 2023-01-13 01:08:21 +09:00
7e92a54550 modify download link 2023-01-10 22:40:32 +09:00
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@ https://user-images.githubusercontent.com/35001605/211560039-367f27d7-63ab-4342-
### For Windows ### For Windows
2. Download [YOLOLabel_20211130_v1.1.1](https://github.com/developer0hye/Yolo_Label/releases/download/v1.1.1/YoloLabel_v1.1.1.zip) 2. Download [YOLOLabel_v1.2.0](https://github.com/developer0hye/Yolo_Label/releases/download/v1.2.0/YoloLabel_v1.2.0.zip)
3. Unzip 3. Unzip

View File

@ -80,7 +80,6 @@ void label_img::init()
{ {
m_objBoundingBoxes.clear(); m_objBoundingBoxes.clear();
m_bLabelingStarted = false; m_bLabelingStarted = false;
m_bVisualizeClassName = false;
m_focusedObjectLabel = 0; m_focusedObjectLabel = 0;
QPoint mousePosInUi = this->mapFromGlobal(QCursor::pos()); QPoint mousePosInUi = this->mapFromGlobal(QCursor::pos());