Skip to content
#

opencv-library

Here are 77 public repositories matching this topic...

arunvarma99910
arunvarma99910 commented Apr 19, 2020

File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'

Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core

  • Updated Dec 13, 2019
  • Jupyter Notebook
MarcoSal
MarcoSal commented Jul 9, 2018

I'm creating a solution (visual studio 2017) to perform Feature Matching. I use Xamarin.forms and then I use the dependent service under android to use the OpenCV Binding.
I do not know how to write the 'OpenCVLoader.InitAsync' tool.
The code seems to work well even without it ...
The code is:

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using 
LaurentBerger
LaurentBerger commented Nov 18, 2018

generation de la doc python pour opencv :
installer beautifulsoup
if(NOT DEFINED HAVE_PYTHON_BS4 AND PYTHON_DEFAULT_EXECUTABLE)
# Documentation post-processing tool requires BuautifulSoup Python package
execute_process(COMMAND "${PYTHON_DEFAULT_EXECUTABLE}" -c "import bs4; from bs4 import BeautifulSoup; print(bs4.version)"
RESULT_VARIABLE _result

Improve this page

Add a description, image, and links to the opencv-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opencv-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.