avideci

Results 12 comments of avideci

It works fine with sudo, But it still failed after I tried to re-install it using this prompt: ```bash [WARN] SUDO is no more required [WARN] Board missing P3737-000 (press...

Hey, I developed a toolkit just for that that utilizes eBPF and is tested on various use cases, Including runtime RCE. https://github.com/avilum/secimport It is actually MITM between the interpreter and...

``` modules: requests: destructive: true # when true, secimport will kill on vilation instead of logging. syscall_allowlist: - fchmod - getentropy - getpgrp - getrlimit ... ``` that translates to:...

Pre-Reviewed notebook in colab (where I ran all cells): https://colab.research.google.com/drive/1vqa2_TJ3rgxbNaR5n--uVfpmkEkJjbrN?usp=sharing

Please note that is worked without calling `prep_model_for_conversion`, We can add it if needed any maybe run regression on all the models, to see what breaks and what works.

- Added text cells - Added prep_for_conversoin - Changed to 640x640

I added the code to super_gradients.models, just like the ONNX. I also added tests for CoreML mlmodel / mlpackage. I didn't want to abuse abstractions here, since we don't forecast...

Squashed and signed in https://github.com/Deci-AI/super-gradients/pull/1068/commits/62936fc7d32e5330bb2bb969099118c2fcfa6d65

Also, funny stuff that I have found. Lowercased names and Titled names are translated into very different hidden states. Even for known personas. Just use lowercase names, and you will...

Simply `apt install python3.7-dev` and it should work. The problem is that the .so library of python is missing form the environment - this is not OpenVino specific. This has...