16 questions
I want to use cv::cudacodec::createVideoReader in opencv 4.1 for high resolution video processingcuda I have placed a valid opencv, but it cannot work. std::string fname(C:/Users/****/****.avi);cv::Pt...
We are currently programming using CUDA.Therefore, I would like to measure the processing time on the CPU side accurately (milliseconds or microseconds).There are functions for measuring time, but whi...
When I ran the following code, I got an error in a specific folder, which was very troublingimport chainerfrom chain import cudacuda.get_device(0).use()The error says CUDA is not set up, but I have co...
There is an error as per the title. python gpucuda cudnn chainPlease tell me the countermeasures.Due to the program configuration, I run del and process images, but I can't reduce the image size, redu...
Here's the source code.#include<opencv2/opencv.hpp>// Include file specification// # include <opencv2/opencv_lib.hpp>// Specify Static Link Library# include <opencv2/gpu/gpu.hpp># pr...
I don't understand why I can write the following matrix indicators in the program below.How is the matrix assigned to the GPU in CUDA?Is each element of the matrix assigned to each thread?// Kernel de...
The environment is Windows 10 (64bit)CUDA 9.1 Here's the source code#include<opencv2/opencv.hpp># include <opencv2/gpu/gpu.hpp># include <ocvlibs.h>using namespace cv;//-------------...
We are currently trying to build an environment for GPU programming using OpenCV.However, there are some problems and the installation (strictly lib, dll creation) will fail. If you know the cause, pl...
Is it possible to compile with a static link in nvcc(cuda) using a method like the -static option in gcc?I'd like to run cuda-stream benchmark on the simulator, but the simulator does not support dyna...
Run EnvironmentOS:windows10python —3.7.4numpy —1.16.5pytorch:1.3.1gpu —GeForce GTX 1060Nvidia driver:441.87Cuda: 10.1Cudnn: 7.6.5As for the execution code, I will omit the details, but I have implemen...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.