Skip to content
#

OpenCV

opencv logo

OpenCV (Open Source Computer Vision Library) is written in C/C++, for real time computer vision. It takes advantage of multi-core processing and hardware acceleration. Applications of OpenCV includes egomotion estimation, gesture recognition, facial recognition system, and artificial neural networks.

Here are 16,538 public repositories matching this topic...

berak
berak commented Dec 7, 2018
  • OpenCV =>3.4.3 / 3.4.4
  • Operating System / Platform => Windows 64 Bit / ubuntu 16
  • Compiler => opencv-contrib-python 3.4.4 / 3.4.3 (from pip)

for unknown reason, sample only runs,
if we use cv.reg_MapShift cv.reg_MapperGradShift and cv.reg_MapperPyramid here:

https://github.com/opencv/opencv_contrib/blob/7670ff2c0125504ae99ba3cba12b9d47b18a02bd/modules/reg/samples/reg_shift.py#

SynapseML
brunocous
brunocous commented Sep 2, 2020

I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?

Created by Intel Corporation, Willow Garage, Itseez

Released December 23, 2017

Organization
opencv
Website
opencv.org
Wikipedia
Wikipedia

Related Topics

c cpp java python