yolo object detection on images #277

Closed
opened 2022-01-14 09:30:59 +01:00 by seounghyeon · 2 comments
seounghyeon commented 2022-01-14 09:30:59 +01:00 (Migrated from github.com)

Hello,

how can I process an image instead of a video stream?

Hello, how can I process an image instead of a video stream?
mive93 commented 2022-01-19 23:20:56 +01:00 (Migrated from github.com)

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);
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); ```
seounghyeon commented 2022-01-20 12:10:24 +01:00 (Migrated from github.com)

Thank you!

Thank you!
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#277