We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a task, you can select a folder of images.
cvat | 2019-09-18 21:18:19,909 DEBG 'rqworker_default_0' stderr output: cvat | 21:18:19 KeyError: 'unknown' cvat | Traceback (most recent call last): cvat | File "/usr/local/lib/python3.5/dist-packages/rq/worker.py", line 812, in perform_job cvat | rv = job.perform() cvat | File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 588, in perform cvat | self._result = self._execute() cvat | File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 594, in _execute cvat | return self.func(*self.args, **self.kwargs) cvat | File "/usr/lib/python3.5/contextlib.py", line 30, in inner cvat | return func(*args, **kwds) cvat | File "/home/django/cvat/apps/engine/task.py", line 244, in _create_thread cvat | media = _validate_data(data) cvat | File "/home/django/cvat/apps/engine/task.py", line 175, in _validate_data cvat | counter=counter, cvat | File "/home/django/cvat/apps/engine/task.py", line 169, in count_files cvat | counter[mime].append(rel_path) cvat | KeyError: 'unknown' cvat | Traceback (most recent call last): cvat | File "/usr/local/lib/python3.5/dist-packages/rq/worker.py", line 812, in perform_job cvat | rv = job.perform() cvat | File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 588, in perform cvat | self._result = self._execute() cvat | File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 594, in _execute cvat | return self.func(*self.args, **self.kwargs) cvat | File "/usr/lib/python3.5/contextlib.py", line 30, in inner cvat | return func(*args, **kwds) cvat | File "/home/django/cvat/apps/engine/task.py", line 244, in _create_thread cvat | media = _validate_data(data) cvat | File "/home/django/cvat/apps/engine/task.py", line 175, in _validate_data cvat | counter=counter, cvat | File "/home/django/cvat/apps/engine/task.py", line 169, in count_files cvat | counter[mime].append(rel_path) cvat | KeyError: 'unknown'
CVAT Versions tested: 0.5.0, 0.4.0.x
Desired outcome:
The text was updated successfully, but these errors were encountered:
nmanovic
No branches or pull requests
When creating a task, you can select a folder of images.
CVAT Versions tested: 0.5.0, 0.4.0.x
Desired outcome:
The text was updated successfully, but these errors were encountered: