opencv3
Here are 395 public repositories matching this topic...
-
Updated
Mar 30, 2018 - JavaScript
-
Updated
Jul 7, 2018 - Python
-
Updated
Sep 25, 2018 - C++
-
Updated
Apr 18, 2019 - Python
-
Updated
Dec 13, 2019 - Jupyter Notebook
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
-
Updated
Apr 8, 2018 - C++
-
Updated
Apr 4, 2019 - C
Remove .idea files
-
Updated
Dec 13, 2019 - C++
-
Updated
Oct 9, 2019 - C++
-
Updated
Jul 14, 2019
-
Updated
Apr 10, 2019 - Python
-
Updated
Apr 24, 2018 - C++
-
Updated
Jan 26, 2019 - Jupyter Notebook
-
Updated
Nov 28, 2019 - Jupyter Notebook
Currently pressing ctrl+c simply exits the program.
It would be nice if we can handle that and print something nice like Canceled by the user or something similar.
-
Updated
May 18, 2017 - Jupyter Notebook
-
Updated
May 3, 2020 - Java
-
Updated
Jun 17, 2018 - Jupyter Notebook
-
Updated
Apr 23, 2018 - Jupyter Notebook
-
Updated
Jan 12, 2018 - Python
Improve this page
Add a description, image, and links to the opencv3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencv3 topic, visit your repo's landing page and select "manage topics."
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'