Matěj Šmíd

Results 28 comments of Matěj Šmíd

Export dataset from CVAT: Tasks -> Actions -> Export task dataset, set "Export format" to "COCO Keypoints". It may take few minutes to prepare the export, be patient. load in...

This is not a real problem for me now. The issue should serve more as a note for other users.

you can start a quick preview using: ``` ffplay -f video4linux2 -framerate 30 -video_size hd1080 /dev/video0 # adjust the params... ``` this could be binded to a shortcut key

Thanks for the clue https://github.com/open-mmlab/mmdetection/issues/10900#issuecomment-1795925925 ! The detector pipeline has to fixed for use in the mmpose scope: ``` from mmdet.apis import inference_detector, init_detector from mmpose.utils import adapt_mmdet_pipeline detector =...

A related problem with a video in an S3 stream in `immeta` with `pyav` plugin: ``` iio.immeta( File ".../lib/python3.8/site-packages/imageio/v3.py", line 254, in immeta metadata = img_file.metadata(**call_kwargs) File ".../lib/python3.8/site-packages/imageio/plugins/pyav.py", line 743,...

A workaround is to save the S3 file to a temporary file. These are stored in modern linux systems in `/tmp` on `tmpfs` which is stored in memory. There shouldn't...

Hugin stores the correspondences in `.pto` file. You can load the file, parse it with https://github.com/smidm/huginpto-py and add to colmap db.

We have a bunch of RPis with Realsense cameras and we need to stream both RGB and depth to browser. Initial testing with `go2rtc` was flawless, everything worked out of...

The Google Scholar has no api. The data is scraped by scholar.py and the cookies are already enabled. I got no idea how to avoid being blocked by the Scholar's...

This problem actually causes nautilus crashes on Fedora 39, GNOME nautilus 45.2.1 when using search function. When is the extension installed, the Files app crashes during search. How to reproduce:...