learnopencv icon indicating copy to clipboard operation
learnopencv copied to clipboard

Learn OpenCV : C++ and Python Examples

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

After loading of filters, we are getting the following error. INFO: Created TensorFlow Lite XNNPACK delegate for CPU. Traceback (most recent call last): File "ABC.py", line 255, in frame =...

Can you create a series of images of different stages of morphing between th etwo originak images (not only a single image as in the examples)? I would like to...

error info: ![image](https://user-images.githubusercontent.com/110432637/210747054-1ee9722e-2308-4f63-8655-881c2dc3f59c.png) dehaze ==> get_corrected_transmission ==> std::pair illuminate_channels = get_illumination_channel(im3, w); im3 is cv::Mat im3(I.size(), CV_32FC3) CV_ELEM_SIZE1(traits::Depth::value is: 1 im3.elemSize1() value is : 4

When I run the last code `!python app.py` Then the warning appear ` Traceback (most recent call last): File "app.py", line 9, in from src.lstm import ActionClassificationLSTM File "/content/learnopencv/Human-Action-Recognition-Using-Detectron2-And-Lstm/src/lstm.py", line...

Current code throw an exception error when cursor is moved in the "placeholder" area. It can be fixed by updating the if condition on line 12: FROM: LINE 12: `if(...

I am trying to obtain the reprojection errors (RPE) during [stereo-camera](https://github.com/aaronlsmiles/ObjectDetectionSystem/tree/master/stereo-camera) [calibrate](https://github.com/aaronlsmiles/ObjectDetectionSystem/blob/master/stereo-camera/calibrate.py). For the left I used the following code after calculating left camera parameters: ``` mean_error = 0 for...

Hi just letting you know that a lot of the urls in the getModels.sh are now broken so resources won't download.. eg https://raw.githubusercontent.com/richzhang/colorization/master/colorization/models/colorization_deploy_v2.prototxt is dead. thanks.

I am having following issue: please help me with it File "/home/jasurbek/anaconda3/envs/bagoftricks/lib/python3.10/site-packages/pytorch_lightning/loops/optimization/closure.py", line 51, in consume_result raise MisconfigurationException( pytorch_lightning.utilities.exceptions.MisconfigurationException: The closure hasn't been executed. HINT: did you call `optimizer_closure()` in...

I was trying the c++ implementation. I got the error: `dnn.cpp:1517: error: (-2:Unspecified error) Requested layer "class8_ab" not found in function 'getLayerData'` I couldn't find the solution related to theproblem....

Who can tell me the requirements of project "Guide-to-training-DDPMs-from-Scratch", especially the version of torch and your cuda, I tried to run the code Generating_flowers_using_DDPMs.ipynb, however, I encountered the problem below:...