Jose

Results 28 issues of Jose

First of all, your work is amazing!! I just want to make it clear that I absolutely love this result together with matte anything. However, the main problem for real...

I have trained a model with my own data, everything worked properly but when I launched the test.py it gave me this error: ``` Error executing job with overrides: []...

Sorry for the inconvenience, but this would be an awesome way to speed up training. I changed the line 22 of file code/train.py to be gpus=-1 which is the value...

### System Information C++ user OpenCV version 4.10 compiled with CUDA support. Operating System: Windows 11 Pro Compiler: MSVC 19.29.30154 / Visual Studio 2019 ### Detailed description When running cv::cuda::warpAffine...

bug
category: gpu/cuda (contrib)

I would like to suggest exposing the functionality for removing subpixel accuracy in `cv::cuda::StereoSGM`. It is already implemented in `void winnerTakesAll(const GpuMat& src, GpuMat& left, GpuMat& right, float uniqueness, bool...

I have compiled opencv with cuda support in windows with version 4.11. I tried the following code to compare GPU and CPU versions of stereo SGBM matcher: ``` #include #include...

I found this weird bug that only occurs if pandas is imported before gudhi. You can reproduce it just with this: ``` import pandas as pd import gudhi as gd...

The process could be handled automatically for windows and linux with github actions. You just need to create a workflow similar to this one: ``` name: Publish Python 🐍 package...

help wanted