Maxim Zhiltsov

Results 307 comments of Maxim Zhiltsov

Consider adding / extending tests for different backends. Maybe, running all tests with non-default backed is a good idea.

Hi. Unfortunately no, multiple label sets are not supported. A `DatasetItem` can have multiple labels, but they must be related to a single set of labels. However, there is support...

Hi, I'm not sure I understood well the result you're trying to achieve. The actions above should be enough to produce panoptic masks in the COCO format, they're going to...

OpenCV G-API now (in 5.0) provides the option to blur faces efficiently, it can be useful for this feature - infer https://github.com/opencv/opencv/blob/master/modules/gapi/misc/python/test/test_gapi_infer.py#L35 - parseSSD - https://docs.opencv.org/4.5.3/d4/d1c/namespacecv_1_1gapi.html#ae6693e4d29816df39cc5547f400c88c7 - https://github.com/opencv/opencv/blob/master/modules/gapi/misc/python/test/test_gapi_infer.py#L312 - Custom...

Hi, thank you for coming to us! I'll try to answer on your questions. Basically, a "project" currently represents a repository and "build tree" for a single or multiple datasets...

Hi, could you please describe more precisely the operations you're trying to do and the expected results? What do you mean by "sample" exactly? I can suggest you to look...

Probably, there is no ready-to-use solution for this now. AFAIK, datasets are typically formed to have nearly equal class distribution, or they need to be split into subsets with the...

> Thanks for the extensive reply. I'm trying to integrate your code but I'm having some problems with the python version of datumaro. Due to some previous operations I have...

Hi, the script looks correct. From the error message I can see that you're probably using a mounted directory to work with Azure cloud, is it correct? I think the...

Hi, please check if #640 is useful for you.