Maxim Zhiltsov

Results 94 issues of Maxim Zhiltsov

Add [Datumaro Dataset Management Framework](https://github.com/openvinotoolkit/datumaro) under Worflow section. Not sure if it is the only matching section for this project, probably Ingestion and Datasets could also fit.

conflict

Added [Datumaro Dataset Management Framework](https://github.com/openvinotoolkit/datumaro) link. It can fit in several categories, please comment in which category(-ies?) it should be put.

Hello, I have been trying to use MergeBroadcast and BiRNN layers and faced some issues. 1. BiRNN implementation does not expect layer to be the first layer in the network....

Hello, I was experimenting with Neon and had faced an issue with the convolutional and pooling layers. The task was image classification, so the input data shape was (3, H,...

Hello, I have faced an issue in model loading while trying to load ResNet-like model. The simplest steps to reproduce I found is to use the following model: ``` python...

Hi, thank you for your project, it looks great! I noticed there are little information about dataset preparation tools in the mindmap. We're developing few of them, namely: - [CVAT](https://github.com/openvinotoolkit/cvat),...

$ snyk -v 1.715.0 (standalone) $ npm -v 6.14.15 $ node -v v12.22.6 Both Win10 and Ubuntu18.04 Both Python 3.6 and 3.8 ### Expected behaviour The python project is validated...

Hi, I'm trying to train a detection model on a custom COCO-like dataset (basically, it's a subsampled VOC with only `car` and `person` classes converted to COCO, as other formats...

question

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I see training continues after loss becomes `nan`. The training should not have any sense after...

enhancement

Hi, I've faced a problem on Windows with file/directory removal with `shutil.rmtree()`. The problem, by itself, is not new and already has known solutions, including `git.util.rmtree()`. However, just using this...

acknowledged
help wanted