rsingh2083

Results 30 comments of rsingh2083

Hi im facing error due to this same issue, will commenting these lines work ? ``` #> Stashed changes ```

Nope, still waiting for someone to resolve > > Hi Maxim, > > I ran the app but unable to see video-feed in the app. > > [ERROR_SNAPSHOT](https://ibb.co/r501ywJ) > >...

Thanks Sir. Is there any name for this entire procedure ? So that I can search and learn more about it all

Is it this CS330 (Multi-task & meta learning) https://www.youtube.com/watch?v=0rZtSwNOTQo&list=PLoROMvodv4rMC6zfYmnD7UG3LVvwaITY5

Ok Sir. I think I need to study your FR code thoroughly, even that should help . Can you also post a tutorial on your qengineering website about this procedure...

Tried building but getting this error in ncnn [ ARCH=x86_64, Ubuntu 20.10] rp@rp-server:/home/rp$ ``` g++ -Wall -Wno-unknown-pragmas -isystem -fPIE -fopenmp -pthread -D__aarch64__ -DNDEBUG -O2 -I/usr/include/opencv4 -I/usr/local/include/ncnn -Iinclude -I/usr/local/include/opencv4 -I/usr/local/include/ncnn -c...

Sir Im building this on a Linux machine. Ive double checked ncnn and opencv directories , they are correct. Just unable to solve this `/usr/local/include/ncnn/mat.h:857:17: error: ‘_c’ was not declared...

Sir I had no issues with ncnn installation on Linux. But while building the RPi example Im getting this error :- ``` -------------- Build: Debug in FaceRecognition (compiler: GNU GCC...

Were you able to run this on your X86 / X86_64 linux machine ?

Sir I tried freshly compiling it on another Desktop and Im getting `error: ‘class cv::String’ has no member named ‘erase’` error. ``` -------------- Build: Debug in FaceRecognition (compiler: GNU GCC...