Nikita Manovich
Nikita Manovich
Using nuclio v1.5.16 (dashboard + nuctl) I can deploy the function: https://github.com/openvinotoolkit/cvat/tree/nm/serverless_tutorial/serverless/pytorch/facebookresearch/detectron2/retinanet/nuclio ```console $ cd serverless $ ./deploy_cpu.sh pytorch/facebookresearch/detectron2/retinanet/ ``` Using nuclio v1.6.12 (dashboard + nuctl) I get the following...
function.yaml keeps information about my serverless function (see an example below). All fields are available using dashboard REST API when I request information about my function. At the same time...
### Problem To understand the progress with building docker containers it will be great to see output from `docker build`. Also it will help to optimize generated Dockerfile (e.g. COPY...
We had some problems with our free email server. I was not able to register a new user. Now after all problems were resolved, I tried to register again but...
We are using https://github.com/pennersr/django-allauth for authorization. It can send emails and have different templates which can be customized. See the documentation: https://github.com/pennersr/django-allauth/blob/master/docs/advanced.rst#sending-email Need to copy templates from https://github.com/pennersr/django-allauth/tree/master/allauth/templates/account/messages and provide...
To improve testing of the library we need to have a table with experiments for supported datasets. Experiments: - Convert from the public dataset to `Datumaro` format and back to...
- A python library itself should write nothing on console without an explicit configuration - CLI tool should not write logs on console by default as well.
### 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 It is possible to select any cloud storage when create...
pip dependency resolver was taking extremely long due to complex version resolution prior to this change (>6 hours on CI). This commit introduces version pinning with pip-tools. A wrapper script...