Boris Sekachev

Results 279 comments of Boris Sekachev

@ThomasMatono That is not related to this issue. Try to look at CVAT logs `docker logs cvat_server` if you are the instance owner, or contact your system administrator.

@Answergeng Please, provide the version you are using.

@Answergeng Your screenshot has another error, not with 403 code. Probably you need to restart nuclio_dashboard container or a container with the model.

Hi, I generated white empty image in Pillow with such the size and was able to create a task after adding ``` from PIL import Image Image.MAX_IMAGE_PIXELS = None ```...

I can suggest you try to install CVAT with connected [shared storage](https://github.com/openvinotoolkit/cvat/blob/develop/cvat/apps/documentation/installation.md#share-path). You can create tasks browsing the storage client side and selecting necessary files.

Sorry, you request is unclear. Try to keep issue template, provide more details and maybe screenshots.

@yaoguang97 Oh, I got it. That is not implemented, but from my perspective it is quite easy to implement (for example to show number of objects in head of the...

Known issue #1030, #1114 CVAT team is working to present new permission system. Workaround is for example just delete API methods to register from the server. Files ```cvat/apps/authentication/urls.py``` and ```cvat/apps/authentication/api_urls.py```....