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

Download links, Title, Typos, etc.

Hi, opencv version : tried opencv-4.5.5 & opencv-4.6 but got the same error. I'm trying the same c++ code from the repo, but I have an error in the line...

Hi, I have annotated a glasses and while running got this error """""" cv2.error: OpenCV(4.5.5) D:\a\opencv-python\opencv-python\opencv\modules\calib3d\src\ptsetreg.cpp:1108: error: (-215:Assertion failed) count >= 0 && to.checkVector(2) == count in function 'cv::estimateAffinePartial2D' [...

Hi, great work. Just a comment about image normalization before use it in the model. At row 61 of FullyConvolutionalResnet18.py you apply the transformation respect to the values of mean...

Fixed in requirements because torchmetrics and torchvision versions are not compatible.

Hi I cant get the yolov5.py to work. This is the error I get: ``` Traceback (most recent call last): File "main.py", line 125, in img = post_process(frame.copy(), detections) File...

I downloaded the C++ code and tried it on my customized model, which I have already converted to .onnx format. Here is my code: ``` // Include Libraries. #include #include...

https://github.com/hpc203/yolov34-cpp-opencv-dnn https://github.com/hpc203/yolov5-dnn-cpp-python https://github.com/hpc203/yolov5-dnn-cpp-python-v2 https://github.com/hpc203/nanodet-opncv-dnn-cpp-python https://github.com/hpc203/nanodet-plus-opencv https://github.com/hpc203/yolact-opencv-dnn-cpp-python https://github.com/hpc203/yolov5-face-landmarks-opencv https://github.com/hpc203/yolov5-face-landmarks-opencv-v2 https://github.com/hpc203/yolox-opencv-dnn https://github.com/hpc203/yolo-fastestv2-opencv https://github.com/hpc203/YOLOP-opencv-dnn https://github.com/hpc203/yolor-onnxruntime https://github.com/hpc203/yolov5-detect-car_plate_corner https://github.com/hpc203/yolov5-lite-onnxruntime https://github.com/hpc203/picodet-onnxruntime https://github.com/hpc203/multiyolov5-opencv-onnxrun https://github.com/hpc203/rotate-yolov5-opencv-onnxrun https://github.com/hpc203/yolov5-v6.1-opencv-onnxrun https://github.com/hpc203/yolov5_pose_opencv https://github.com/hpc203/rotateyolov5-opencv-onnxrun https://github.com/hpc203/polygonyolov5-opencv-onnxrun https://github.com/hpc203/pp-yoloe-onnxrun-cpp-py https://github.com/hpc203/yolov6-opencv-onnxruntime https://github.com/hpc203/FastestDet-opencv-dnn https://github.com/hpc203/yolov7-opencv-onnxrun-cpp-py https://github.com/hpc203/yolopv2-opencv-onnxrun-cpp-py https://github.com/hpc203/centernet-opencv-onnxrun-cpp-py https://github.com/hpc203/yolov7-detect-face-onnxrun-cpp-py https://github.com/hpc203/DAMO-YOLO-detect-onnxrun-cpp-py https://github.com/hpc203/PP-YOLOE-Plus-detect-onnxrun-cpp-py...

Hi folks 👋! I'm part of the team working on the [development container specification](https://containers.dev/), and we'd love to discuss adding a dev container(s) to this repo. ## Context A dev...