Olivier Martin
Olivier Martin
does me getting this error mean I'm likely to not have selected opencv4tegra when I loaded the software using JetPack? and is this something I can easily add without starting...
ok - I will try redoing this with Python2. All the rest seem to work fine (the conversion to TensorRT + execution). However I found the output of the testing...
I recall trying this also on the Azure portal and it didn't work either... I'll give it a try and report.
Hi Amar, I didn’t try to repro it but I was told perhaps the ! was an escape character in cli… but I had tried if I recall with \!...
you might need to look around wpasupplicant (/etc/wpasupplicant/wpa-supplicant-wlx......conf) or the default wpa-supplicant.conf should contain the required config (ssid, wpa key, ...). Try using the wpa cli as well to scan......
no one ever got this resolved? I've got 2 eth and 1 weth in my test account and have funded 1 weth to the contract. No cigar. Anyone?
Seems to work for me using tl-wn822n V5 and the process outlined in this repo : https://github.com/kimocoder/rtl8192eu on Ubuntu 18.04 (using kernel 5.0.0-37). I can see a lot of frames,...
I've checked and it happens when running specifically this line : ``` trt_graph = trt.create_inference_graph( input_graph_def=frozen_graph, outputs=output_names, max_batch_size=1, max_workspace_size_bytes=1
having similar issues right now, fixed it with changing the myenv.yml file to : ``` name: inference_environment dependencies: - python=3.6.8 - pip: - azureml-defaults==1.19 - pillow==7.2.0 - onnxruntime==1.4.0 - inference-schema...
I guess the point is that the repo as it is, is not working and versions need to be pinned so that future updates to aml or other de pendencies...