Q-engineering

Results 344 comments of Q-engineering

In file build/third_party/protobuf/src/extern_protobuf/src/google/protobuf/compiler/java/java_file.cc:68 add **const** behind the operator like ``` bool operator ()(const FieldDescriptor* f1, const FieldDescriptor* f2){``` ``` bool operator ()(const FieldDescriptor* f1, const FieldDescriptor* f2)const {``` it seems...

I've never tried it. Be my guest and let us all know if you have success.

**nvidia-smi** is used for CUDA accelerated graphic videocards in a PC environment, like GeForce RTX3060 Since the Jetson Nano is a SOC based device, it will not work.

replace `cv::String Str = imagepath;` for `std::string Str = imagepath;`

Dear @laminggg, cv::String is linked to std::string. They are almost identical. Somehow your OpenCV installation doesn't support all the std::string calls. Best to use not cv::String but std::string. This way...

I am happy to announce the new [**Bullseye**](https://github.com/Qengineering/RPi-Bullseye-DNN-image) version.

@merhovon, On the 4 GB RAM version, there is no performance drop whatsoever. On the 2GB RAM version, I don't know. Due to its limited amount, it makes sense that...

With another PC and a tool like GParted you can modify your partitions on your SD card. Find the /dev/mmcblk0p1 or something like that name (it will be ~ 30...

Please find the TensorRT python wheel at the [main page](https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image).

We apologize for the inconvenience. At the moment Sync has serious server issues. Pleas try to download later again. (https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image/issues/92)