John-Henry Lim

Results 90 comments of John-Henry Lim

I tried creating `classes.txt` with my desired order of classes. Unfortunately, LabelImg ignored it and overwrote the file. Would be nice if there was some way to inform LabelImg of...

My specific use case is serializing the results produced by `results = pose.process(image)`. Given Mediapipe Python says that results should be a `collection.namedtuple`, I call `_asdict()` on it to convert...

Is there a discussion thread on the features and design for the API? I'm open to contributing stuff like getting & setting config options, which is necessary for me to...

Anyone up to trying to write an API for calling scripts? At a quick glance, the code for using scripts is nearly indecipherable, so good job to whoever contributed that....

https://github.com/Interpause/auto-sd-krita/commit/ee4cc324efc80a4a283506466bd5a18a3757fdef Am able to dynamically generate the script GUI in the krita plugin, and then call the script via my API. Lots of intermediate conversion was needed. Whoever decides to...

I actually want to do this in my plugin. Actually, it should be possible to do using the Extensions API. Maybe I will try if I have time. I envision...

The issue with the import shim failing is likely due to https://github.com/vitejs/vite/issues/7576, which is waiting on PR https://github.com/vitejs/vite/pull/8709. A workaround is possible by using Vite's `resolve.alias` to mimick the shims...

To add on, Foxglove uses `cbor-raw`, which makes it quite difficult for me to code my own dashboard alongside it because of this issue. I have no idea where to...

I got two errors while trying to set `topics_glob="[*]"` that might reveal what is going on: ```sh Traceback (most recent call last): File "/opt/ros/foxy/lib/python3.8/site-packages/launch/launch_service.py", line 228, in _process_one_event await self.__process_event(next_event)...

In the case of a local webrtc connection where both the aiortc server and client are on the same network, with the video going from server to client, is there...