cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
611 stars 198 forks source link

Python3 Error #134

Open lucasjinreal opened 7 years ago

lucasjinreal commented 7 years ago

When I using python3 install sloth:

Traceback (most recent call last):
  File "/usr/local/bin/sloth", line 15, in <module>
    labeltool = LabelTool()
  File "/usr/local/lib/python3.5/dist-packages/sloth/core/labeltool.py", line 70, in __init__
    self.n_view = len(config.VIEWS)
AttributeError: 'Config' object has no attribute 'VIEWS'

This error happens, I am simply running this:

sudo python3 setup.py install

Any idea about this?