Closed seounghyeon closed 2 years ago
Hi @seounghyeon ,
if it is just an image, you can pass the path as the input instead of a path of a video. But in that case you want to see the results, you have to change the demo here (https://github.com/ceccocats/tkDNN/blob/master/demo/demo/demo.cpp#L138) and put
cv::waitKey(0);
Thank you!
Hello,
how can I process an image instead of a video stream?