Maxim Zhiltsov

Results 109 issues of Maxim Zhiltsov

### Motivation and context - Changed chunk generation from per-task chunks to per-segment chunks - Fixed a memory leak in video reading on the server side (only in media_extractors, so...

### Motivation and context - Added an option to use the organization instance from the object in question, if provided (many viewsets prefetch this) - Removed `.first()` calls, leading to...

### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce 1....

bug

### Motivation and context Depends on https://github.com/cvat-ai/cvat/pull/8283, https://github.com/cvat-ai/cvat/pull/8401 Closes https://github.com/cvat-ai/cvat/issues/7973 ### How has this been tested? ### Checklist - [ ] I submit my changes into the `develop` branch -...

### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce ![Image](https://github.com/user-attachments/assets/2ac295e8-bd9f-4065-be6d-71e6c7897f43)...

bug

### My actions before raising this issue - [ ] Read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) - [ ] Searched [past issues](/issues) ### Expected Behaviour I suggest to create a separate package for...

sdk/cli

It could be useful to provide a project/task browser similar to the ones we can see in OS file browsers. Such a browser could display a project/task **file tree** (frame...

enhancement

Hi, our project uses pip-compile-multi for Python dependency management. Basically, we have a `requirements.in`, which is used to generate a locked `requirements.txt` file. There are several related issues in the...

I checked the efficiency of COCO optimizations and streaming wrt. the subset access speed. I used the following script: ```python import re import sys from argparse import ArgumentParser from typing...

1. `save_image()` uses the "png" extension by default for non-string `fp` param. It should be an error instead, because otherwise it can lead to unexpected image conversions. Potential fix: ```python...