Maxim Zhiltsov
Maxim Zhiltsov
Currently, there are already 3 platforms with separate instructions. I feel, we should reorganize this section to [use tabs](https://www.docsy.dev/docs/adding-content/shortcodes/#tabbed-panes) or something else. The tabs seem to require hugo/docsy upgrade.
### Current Behaviour ``` File "/home/django/cvat/apps/dataset_manager/views.py", line 49, in export logger = slogger.task[task_id] File "/home/django/cvat/apps/engine/log.py", line 72, in __getitem__ self._storage[idx] = self._create_logger(idx) File "/home/django/cvat/apps/engine/log.py", line 97, in _create_logger server_file =...
### Motivation and context - Removed extra update methods from schema - Fixed Webhooks endpoints - Fixed Webhooks enum names ### How has this been tested? ### Checklist - [...
### Motivation and context Fixes #5061 - Added a way to declare custom file ordering for the task data uploads with TUS - Added an option to use a manifest...
There is a number of issues where users get surprised their annotations were not exported into a dataset format, when the format does not support. Maybe, we should add format...
This PR is just a PoC draft of a possible CLI command. Added a command to send arbitrary queries to API via CLI (something between raw CURL and GitHub's [api](https://cli.github.com/manual/gh_api)...
Related: https://github.com/openvinotoolkit/datumaro/issues/775 I succeeded to reproduce. Exporting without images removes both images and image info from the annotations. Image sizes should be included in both cases. CVAT: 673ecefbc3770447f1eb768451117ae4997637f3
### My actions before raising this issue - [ ] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [ ] Searched [past issues](/issues) ### Expected Behaviour ### Current Behaviour Users often upload an archive...
### My actions before raising this issue - [x] Read/searched [the docs](https://github.com/opencv/cvat/tree/master#documentation) - [x] Searched [past issues](/issues) ### Expected Behaviour Attribute values are changed, no errors. ### Current Behaviour If...