Open unyxs281 opened 3 years ago
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()
Its already commented in roLabelImg.py still not working. I am using docker image.
Hi, I face the same issue when I run it with a docker image. Any help on solving this issue? Thank you!
issue1
OS: mac os
PyQt version: 5
Error: Segmentation fault: 11
Solution: open labelImg.py, go to line 175, comment this line.