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
The annotation file is uploaded sucessfully.
Server exception
git log -1
docker version
Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/rq/worker.py", line 812, in perform_job rv = job.perform() File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 588, in perform self._result = self._execute() File "/usr/local/lib/python3.5/dist-packages/rq/job.py", line 594, in _execute return self.func(*self.args, **self.kwargs) File "/usr/lib/python3.5/contextlib.py", line 30, in inner return func(*args, **kwds) File "/home/django/cvat/apps/dataset_manager/task.py", line 741, in import_job_annotations job.import_annotations(f, importer) File "/home/django/cvat/apps/dataset_manager/task.py", line 546, in import_annotations self.create(task_data.data.slice(self.start_frame, self.stop_frame).serialize()) File "/home/django/cvat/apps/dataset_manager/annotation.py", line 126, in slice for t in self.tracks if self._is_track_inside(t, start, stop)] File "/home/django/cvat/apps/dataset_manager/annotation.py", line 126, in <listcomp> for t in self.tracks if self._is_track_inside(t, start, stop)] File "/home/django/cvat/apps/dataset_manager/annotation.py", line 99, in _slice_track track, start, stop) File "/home/django/cvat/apps/dataset_manager/annotation.py", line 739, in get_interpolated_shapes shapes.extend(interpolate(prev_shape, shape)) File "/home/django/cvat/apps/dataset_manager/annotation.py", line 715, in interpolate shapes = simple_interpolation(shape0, shape1) File "/home/django/cvat/apps/dataset_manager/annotation.py", line 456, in simple_interpolation diff = np.subtract(shape1["points"], shape0["points"]) numpy.core._exceptions.UFuncTypeError: ufunc 'subtract' did not contain a loop with signature matching types (dtype('<U6'), dtype('<U6')) -> dtype('<U6')
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered:
Convert points to float on CVAT import instead of in _import_shape
8965996
#1893 #1898
Convert points to float in-place without copying the whole list, add …
dc342ca
…conversion in CVAT importer #1893 #1898
zhiltsov-max
Successfully merging a pull request may close this issue.
My actions before raising this issue
Expected Behaviour
The annotation file is uploaded sucessfully.
Current Behaviour
Server exception
Possible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05): 19.03.08Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: