Alex Thiele

Results 32 comments of Alex Thiele

Any update on this? I have a Surface Book 2 and would love to see the status of the two batteries. Especially hot-unplugging and hot-plugging, since the screen is also...

Hi sanketsan, Thank you for reaching out and offering to contribute! I haven't been working on this particular issue, so help is always appreciated. Here's what we would want: 1)...

I'll add the rest of my comments once there's a clear story for mutli-GPU support.

https://github.com/opencv/open_vision_capsules/blob/cbd8bd9a390f407f8971562eaa129ccbf352da67/vcap/vcap/device_mapping.py#L13 Instead of returning `List[str]` it could return `List[Tuple[DeviceProvider, str]]`, where `DeviceProvider` is an Enum, with values `TENSORFLOW` and `OPENVINO`, and perhaps others in the future. I'm also open to...

That was a typo, oops! I actually meant `List[Tuple[DeviceProvider, str]]`, because the filterer would likely want to iterate over the provider/device_name pairings. (Edited original post) The current device mapper filters...

Technically `get_all_devices` operates with sets internally, then returns a list. So yes, it could and probably should return a set. Order doesn't matter.

Congratulations on finishing your masters thesis! Let me know if you'd like any help implementing this. Cheers

This is great testing! I was perplexed so I spent some time debugging this, and I found the followin ## Case 1 When the `iteration()` function return converts the numpy...

Hi, unfortunately uArmCreatorStudio was never updated to work with the uArm Swift. Currently the supported arm is the older [uArm Metal](https://www.sparkfun.com/products/retired/13663)

Hi Joihn, Currently the camera resolution is set to 640x480 regardless of the maximum capability of the camera. The reasons for this (which I agree aren't good enough reasons) are...