Algabri

Results 14 comments of Algabri

@amincheloh and @davisking Did it solve this issue yet?

@ErenKaymakci Sorry, I do not remember, but I did not use it in my work.

``` matcher = cv2.cuda.DescriptorMatcher_createBFMatcher(cv2.NORM_HAMMING) AttributeError: 'module' object has no attribute 'DescriptorMatcher_createBFMatcher' ``` OpenCV 3.3.1

I installed OpenCV 4.2, it is already run on GPU but I did not observe any differences between CPU and GPU. The same speed (Frame per second), it is running...

@LaviniaPedrollo, How many subfolders should be?

I got the same issue. Is anyone to help? Best regards.

I cannot download the dataset today. I am trying from three hours. This site can’t be reached

I also have this problem. **Update**: In my case: I installed smplx model as this did [here](https://github.com/hnuzhy/DirectMHP#agora-hpe-dataset). I solved it by installing it using `pip install smplx[all] ` as did...

@sreevan which one you meant 1. Add set (CMAKE_CXX_STANDARD 11) to your top level cmake Which one ? `:~/catkin_ws/src/vision_opencv/cv_bridge/cmake$ cv_bridge-extras.cmake.in` or the top level `~/catkin_ws/src/vision_opencv/cv_bridge$ CMakeLists.txt` file. I'd like to...

First of all, thank you so much for your help @sreevan Additional to [this](https://github.com/ros-perception/vision_opencv/issues/338) modification, I did as following: 1. I added set (CMAKE_CXX_STANDARD 11) to` ~/catkin_ws/src/vision_opencv/cv_bridge$ CMakeLists.txt `file. 2....