Martin Popovski

Results 9 issues of Martin Popovski

**Describe the bug** All of the functions modify the passed image (numpy array). While the `draw_rectangle` function creates a copy of the passed `img` called `output`, adds the rectangles to...

bug

I tried to reproduce the CORD results given in the paper, but I only managed to get an F1 score of ~0.62 on the test dataset. Is there any special...

I was trying to run the 0.4.41 version using Docker but I noticed that there isn't an image for that version yet. I checked the GitHub actions and I see...

Currently for every different deployment of Chat-UI it is required to rebuild the Docker image with different .env.local environment variables. Is it theoretically possible to have it so that 1...

enhancement
back
hacktoberfest

I am creating this issue to help anybody having the same issue with vertically aligned checkboxes not being detected well. The `group_size_range` config option gets overwritten to a hardcoded value...

good first issue
question

Is it possible on a technical level for this extension to overwrite the inlay type hints from Pylance (Pyright) with ones from MyPy? If so, would you consider this to...

Hello, I recommend checking out `pydantic-settings` as an ternative to omegaconf + pydantic.

feat

### Operating system Linux ### Joplin version 3.0.1 ### Desktop version info Joplin CLI Client Copyright © 2016-2024 Laurent Cozic joplin 3.0.1 (prod, linux) Client ID: fa3b86d7d3b243d8b4ebf494fe03161f Sync Version: 3...

bug

I am unable to install the latest version of `tritonclient` on my MacBook M4 using UV due to the following error: ```console > uv init . > uv add 'tritonclient==2.61.0'...