Q-engineering

Results 402 comments of Q-engineering

In this repo, three different deep learning models are compared. However, it is possible to use only one model (ncnn, MNN or OpenCV) in your app, which will be the...

Please see: https://github.com/Qengineering/Jetson-Nano-Ubuntu-20-image#tips

I'm very busy at the moment. See what I can do in the near future.

@ufukasia, No problem. Over time python and python2 will become obsolete. python3 will be the standard. The line `sudo apt-get install -y python-dev python-numpy python-pip` cna be removed if you...

It looks more complicated than it actually is. It's a chain, as you describe yourself in the case of the license plates. The only concern is your input and output....

Not really. The term 'cascading' comes in mind. But searching Google for this term hints only at merging several DNN's into on, or something similar. I just divide your problem...

Sorry, no. You are thinking too complex, too difficult on this. Multitasking and meta-learning here refers to learning a task that is applicable in different situations. So once the robot...

I would place my if(){ at line 324 at main.cpp. Just before `ScaleX = ((float) frame.cols) / RetinaWidth;`. This way your camera is still piping images. The end bracket }...

It's all explained in the README.md You need to install Code::Blocks to run the app. (`$ sudo apt-get install codeblocks`) Then load the FaceRecognition.cbp (code::block project file) and run. Working...

Dear @ketut, Unfortunately, not yet.