Skip to content
#

opencv3

Here are 395 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'

knight2995
knight2995 commented Apr 12, 2020

Description

I am trying to test dnn-detection Code
. I am receiving an error message
gocv.io/x/gocv._Cfunc_Net_BlobFromImage(0x470f010, 0x3f80101010101010,...):

I think the scalefactor parameter of the BlobFromImage seems to be wrong

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
Neumi
Neumi commented Nov 9, 2019

Current OpenCV versions do not support SIFT.

python3 example.py

returns

`Traceback (most recent call last):
File "example.py", line 90, in
points1, points2, intrinsic = dino()
File "example.py", line 68, in dino
pts1, pts2 = features.find_correspondence_points(img1, img2)
File "/content/3Dreconstruction/features.py", line 6, in find_correspondence_points

Improve this page

Add a description, image, and links to the opencv3 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 opencv3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.