Han Zhao
Han Zhao
I'm testing the program by repeating reader.start_reading() and reader.stop_reading(). At some point (few minutes or few hours), reader.stop_reading() will not return resulting in the program getting stuck. I was unable...
Added a google colab notebook for those who don't have GPU The notebook contains a bash script that will download all the assets in the playground machine. It uses tensorflow...
I know there is currently GPIO output when motion is detected , but I was wondering if a GPIO input to enable/disable the "enable" parameter could be implemented. One use...
Hi, I'm trying to create a RPi based Onvif camera, but ran into some issues during compilation. Basically the compilations get stuck at : ` [build] generated/soapC.o: g++ -c generated/soapC.cpp...
It did work when scale is set to 2, but on 4 i get the following error ``` model_cran_v2.load_state_dict(torch.load(checkpoint, 'cpu')) File "C:\Users\admin\miniconda3\envs\nvidia-spade\lib\site-packages\torch\nn\modules\module.py", line 1045, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s)...
I'm trying to figure out what do put in the json parameters, but I'm unsure as to put in "length" and "readData" from swagger.yaml
Hi, Thanks for all the hard work. I was wondering how one would add support for multi-gpu training. I see that in SPADE.py we do a pre-fetch to the GPU...
**Describe the bug** I ran the example code with both Pico-PIO-USB 0.6.1 and Pico-PIO-USB 0.7.0 with the following outputs. The only change i made was `#define PIN_USB_HOST_DP 12`. I'm not...