cvhciKIT / sloth

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

CLI interface cannot be used with -c #51

Closed mika-fischer closed 12 years ago

mika-fischer commented 13 years ago

sloth -c /home/mfischer/src/kit/sloth/videmo_config_new_face.py help 2011-08-16 15:07:47,535 CRITICAL sloth.core.labeltool Error loading annotations: No container registered for filename help Traceback (most recent call last): File "/home/mfischer/src/kit/sloth/sloth/bin/sloth", line 14, in <module> labeltool.execute_from_commandline(sys.argv) File "/home/mfischer/src/kit/sloth/sloth/core/labeltool.py", line 156, in execute_from_commandline self.loadAnnotations(args[1], handleErrors=False) File "/home/mfischer/src/kit/sloth/sloth/core/labeltool.py", line 226, in loadAnnotations self._container = self._container_factory.create(fname) File "/home/mfischer/src/kit/sloth/sloth/annotations/container.py", line 71, in create "No container registered for filename %s" % filename sloth.core.exceptions.ImproperlyConfigured: No container registered for filename help