python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Train an NN using SIFT information
I have keypoint information using the SIFT descriptor for an image dataset/s. I need to train a network to predict the characteristic scales (labels) of the keypoints. My question is regarding the inp...
Dheeraj P R
Votes: 0
Answers: 0
OpenCV - cv.remap() - getting black pixels
import numpy as np
import cv2 as cv
from os import listdir, mkdir
from os.path import join, isdir
import matplotlib.pyplot as plt
### Paths
ROOT = r'C:\Users\rotim\Documents\STEREO_VISION'
output_id ...
rotimi abayomi
Votes: 0
Answers: 0
when using mediapipe and opencv , multi_hand_landmarks doesn't work
i'm following a youtube tutorial https://www.youtube.com/watch?v=01sAkU_NvOY and i copied the code line by line but it seems like python cannot find multi_hand_landmarks
im using VScode
here is my cod...
quhtani
Votes: 0
Answers: 1
How to remove checkerboard artefacts with opencv?
I'm solving the image segmentation task with tf keras with U-net. In output I'm getting images with checkerboard artefacts like this:
How can I decrease artefacts with OpenCV?
Dmitry Sokolov
Votes: 0
Answers: 1