SlippyDong
SlippyDong
@Sapd Hi, thanks for this great little tool. It's exactly what I was looking for, but unfortunately I ran into the same issue with the mic button not working when...
@Sapd Thanks for your quick response. Really appreciate it. B.T.W. I found this project via another Github project that builds upon this one, which adds a gui and battery indicator...
@Sapd Thanks mate, [https://github.com/Sapd/HeadsetControl/actions/runs/4909398952](https://github.com/Sapd/HeadsetControl/actions/runs/4909398952) works perfectly. I've done a few tests and here are the results: - First: open terminal and run headsetcontrol.exe -d > this disables the lights and...
Made a little vbscript that will run headsetcontrol.exe -d and keeps the terminal window hidden and keeps the mute button functional. I've added this to the startup folder so now...
Not sure if it's useful, but I found some discrepancies in the SDK ONNX medium model as well: When I download and run inference with the rf-detr-medium onnx file that's...
@isaacrob-roboflow using the inference library: model = get_model("rfdetr-medium") This downloads the model to cache (tmp\cache\coco\40) together with environment.json, model_type.json and class_names.txt. When I check the shape and some other metadata...