learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

Learn OpenCV : C++ and Python Examples

Results 149 learnopencv issues
Sort by recently updated
recently updated
newest added

in getValidPairs(output) 10 # A->B constitute a limb 11 pafA = output[0, mapIdx[k][0], :, :] ---> 12 pafB = output[0, mapIdx[k][1], :, :] 13 pafA = cv2.resize(pafA, (frameWidth, frameHeight)) 14...

Hello, I am running c++ script with "Opencv==4.6.0" and "gcc==gcc 9.4.0" and "Ubuntu == 20.04.4 LTS" in CPU - 16gb ram syatem I tried many ways and still could not...

Hi, I want to convert the sample of this repository to a working javascript version. It's not an easy task, but it's interesting. The conversion itself is doable, but I...

Hello Satya Mallick, my question is how you converted the Pytorch models to .onnx models. I assume https://github.com/ultralytics/yolov5 is being used (export.py, command : python export.py --weights model.pt --img 640)....

Is the C++ version of Object Detection using Yolov5 working? I ran it with sample.jpg and yolov5s.onnx, but it output zero index. (at line 122/123 of yolov5.cpp. Any help will...

Hello, I am trying to morph 2 images from the [London Face Dataset](https://figshare.com/articles/Face_Research_Lab_London_Set/5047666). This dataset has usually 189 landmarks included as `.tem` files, which I'm able to read in `readPoints`....

question

Hi, I can not open the link of the dataset for pix2pix. Where can I also find the dataset? Best wishes

Hi, I would like to run the application in Human action recognition using Detectron2 and LSTM. I ran the colab you provided and opened a browser with the url. However,...

![image](https://user-images.githubusercontent.com/35684777/157597677-7391c995-6fb9-4b14-8f2c-86cdd47eabec.png)

Hi @vikasgupta-github I found this error when I run AgeGender : /opencv4/opencv-4.x/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): sample-output.jpeg in function 'icvExtractPattern' why...