yolo object detection on images #277
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
how can I process an image instead of a video stream?
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
Thank you!