Nikita Kodenko

Results 8 issues of Nikita Kodenko

I tried to add `sqlalchemy-stubs` into my project and I experience problems with following construct: ``` db.execute(select(User).filter_by(id=user_id)) ``` mypy error is: ``` error: "Select" has no attribute "filter_by" [attr-defined] ```...

Hello, I'm trying to get my hands on datumaro library and have some troubles with yolo format. According to the [documentation](https://openvinotoolkit.github.io/datumaro/latest/docs/data-formats/formats/yolo.html#import-yolo-dataset-with-more-loose-format) it's possible to import yolo dataset in a "loose...

DOC
user experience

I'm working in an organization which uses openvpn3 and it seems that auto-vpn plugin doesn't support openvpn3 client. I've briefly looked into the code and as far as I understand...

The readme states: > The default model has been pre-trained on ImageNet and then Kinetics As far as I understand, "pre-trained on ImageNet" means 3D convolutional NN which weights are...

I have two CVAT tasks with overlapping, but not fully identical set of images. When I use [update](https://openvinotoolkit.github.io/datumaro/stable/docs/reference/_autosummary/datumaro.components.dataset.html#datumaro.components.dataset.Dataset.update) method to merge those two datasets it seems some images are lost....

api

In official documentation it is mentioned that that `s3fs` and `rclone` are supported in addition to `geesefs`. However it seems not to be the case. I'm not an expert in...

I'm trying to create conda environment using custom environment file with setup-miniconda action and I fail. My github aciton file looks the following: ``` name: my-conda-env on: pull_request jobs: build:...