Madhava Jay
Madhava Jay
I tried to use doc8 as a pre-commit hook but the checks that passed on my Mac were failing in Github CI. I even logged into the remote system using...
Hi, I am trying to add support for the apple pencil (using touch) in Brush annotation mode on the awesome Label Studio which uses Konva. https://github.com/heartexlabs/label-studio/issues/1982 I have debugged it...
This PR attempts to fix the touch input issues on label studio when using iPad Apple Pencil and brush / segmentation mode. It isn't 100% perfect but `ImageView.js` is complex...
## Description We are seeing a weird issue where importing `pydp` is causing a core dump in Python on MacOS. It seems as though this is occurring in multiple versions...
## Description I have noticed one of the tests flaps and sometimes fails, I guess its due to some numerical instability? https://github.com/OpenMined/PyDP/runs/2679233108?check_suite_focus=true ``` ______ TestLaplaceDistribution.test_check_statistics_for_geo_unit_values _______ [gw1] linux -- Python...
I am trying to find a way to memory map 1080p video frames in numpy format into something fast and lightweight and reduce the CPU utilization in reading directly from...
Updated project for Swift 5
Hi, I have tried a task like this: ``` - name: tunshell run: | [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; &$([scriptblock]::Create((New-Object System.Net.WebClient).DownloadString('https://lets.tunshell.com/init.ps1'))) xxxxx au.relay.tunshell.com shell: powershell ``` And I also tried `shell: pwsh`...
Hi, Just wanting to know if the Nervana Hardware support for RNNs means that its likely that Movidius chips will accelerate things like Mozilla DeepSpeech as well? https://github.com/mozilla/DeepSpeech I am...