[view] better reporting

This commit is contained in:
Jan Grewe 2025-01-28 09:58:05 +01:00
parent b679aa0313
commit c14b729881

View File

@ -111,6 +111,7 @@ class DetectionView(QWidget):
item.setData(0, track_ids[i])
item.setData(1, detection_ids[i])
item = self._scene.addItem(item)
logging.debug("DetectionView: Number of items in scene: %i", len(self._scene.items()))
def fit_image_to_view(self):
"""Scale the image to fit the QGraphicsView."""