Matěj Šmíd

Results 28 comments of Matěj Šmíd

The same problem as with `__version__` is with `__doc__`. For me the `flit build` fails unless I add a comment (`__doc__`) and a `__version__` in `__init__.py`. It gave me a...

From my usage so far a clear error message would suffice, e.g. "Can't find __doc__ and __version__, please specify in pyproject.toml or __init__.py". I just got a ModuleNotFound error and...

This happens when `moviepy` and `decorator` modules are not compatible (e.g. after the `decorator` module was upgraded to the last version). This should solve the issue: ``` pip uninstall moviepy...

Can you clarify the license, please?

You haven't successfully run `install.sh`, see https://github.com/jutanke/cabbage/blob/master/install.sh.

I encountered the same problem when the destination of `~/.local/share/gnome-shell/extensions/material-shell@papyelgringo` symlink was not available (encrypted folder). After making the files available and restarting the shell, the material-shell was working.

Thanks for the reply. I want to share the annotations in context without depending on Obsidian + annotator plugin. It would be very much possible to use hypothes.is for that,...

I'm also affected, but the development version has not fixed the issues. I'm measuring time spent on the computation in custom runners (directly in the runners) and the actual calls...

`dataset.annotate()` sends `fo.Keypoints` annotations and/or predictions to CVAT as set of point annotations without associated skeleton and keypoint names (as of FiftyOne version 0.21). This in many usecases unusable. A...