Open divyachandana opened 4 years ago
On zoom in image horizontal and vertical scroll bars are not visible
OS: mac os
PyQt version: 5
Error: Segmentation fault: 11
Solution: open labelImg.py, go to line 175, comment this line.
self.filedock.setWidget(fileListContainer) self.zoomWidget = ZoomWidget() # self.colorDialog = ColorDialog(parent=self) self.canvas = Canvas()
On zoom in image horizontal and vertical scroll bars are not visible
OS: mac os
PyQt version: 5
Error: Segmentation fault: 11
Solution: open labelImg.py, go to line 175, comment this line.