M Clark 8696de1385 fix crash on first launch
When there is no previous state you get a segmentation fault. This fixes it. 

Experienced by me and also kaggle user [Jeffrey Richley](https://www.kaggle.com/c/noaa-right-whale-recognition/forums/t/16328/python-alternative-to-labelling-tool/92693#post92693). Fault trace:

```
Traceback (most recent call last):
  File "./bin/sloth", line 16, in <module>
    labeltool.execute_from_commandline(sys.argv)
  File "C:\personal\kaggle\sloth\sloth\core\labeltool.py", line 152, in execute_from_commandline
    self._mainwindow = MainWindow(self)
  File "C:\personal\kaggle\sloth\sloth\gui\labeltool.py", line 74, in __init__
    self.loadApplicationSettings()
  File "C:\personal\kaggle\sloth\sloth\gui\labeltool.py", line 308, in loadApplicationSettings
    self.restoreState(state)
TypeError: QMainWindow.restoreState(QByteArray, int version=0): argument 1 has unexpected type 'NoneType'
```
2016-08-19 10:06:15 +08:00
2014-04-16 23:02:08 +02:00
2011-06-24 09:15:40 +02:00
2016-08-19 10:06:15 +08:00
2012-03-12 13:43:25 -07:00
2014-03-19 22:58:09 +01:00
2011-06-07 14:49:43 +02:00
2012-08-08 18:38:29 +02:00
2014-04-15 23:38:43 +02:00

sloth

Build Status

sloth is a tool for labeling image and video data for computer vision research.

The documentation can be found at http://sloth.readthedocs.org/ .

Latest Releases

2013/11/29 v1.0: 2e69fdae40 .zip .tar.gz

For a full list, visit https://github.com/cvhciKIT/sloth/releases

S
Description
Sloth is a tool for labeling image and video data for computer vision research.
Readme BSD-3-Clause 2.1 MiB
Languages
Python 100%