mirror of
https://github.com/wassname/sloth.git
synced 2026-07-04 21:39:11 +08:00
479bd7015a83f2aa4611ee28be1b9d23395ca2d3
The problem here is that statusBar().removeWidget() not really removes the widget from the statusbar, but only hides it (see documentation). Therefore we need it makes more sense to keep a common statusbar progressbar, and pass it to the background loader. To activate it one has to call both addWidget and show according to the documentation.
sloth is a tool for labeling image and video data for computer vision research. The documentation can be found at http://cvhci.anthropomatik.kit.edu/projects/sloth .
Description
Sloth is a tool for labeling image and video data for computer vision research.
Languages
Python
100%