Feeds
質問
How to write multiple image from a for loop to a dir
Hi everyone, I'm trying write the output image of a "for loop" into a dir but instead writing all the output only four images is...
約5年 前 | 2 件の回答 | 0
2
回答回答済み
Hi everyone, I modified this code designed for detecting and tracking faces captured by a camera to work with a recorded video. Now, I want to crop the detected and tracked faces into a separate folder
Due to continuous effort, I am able to modified the code and its now working properly. see the working code below: Thanks. cle...
Hi everyone, I modified this code designed for detecting and tracking faces captured by a camera to work with a recorded video. Now, I want to crop the detected and tracked faces into a separate folder
Due to continuous effort, I am able to modified the code and its now working properly. see the working code below: Thanks. cle...
約5年 前 | 0
| 採用済み
質問
Hi everyone, I modified this code designed for detecting and tracking faces captured by a camera to work with a recorded video. Now, I want to crop the detected and tracked faces into a separate folder
Hi everyone, I modified this code designed for detecting and tracking faces captured by a camera to work with a recorded video. ...
約5年 前 | 1 件の回答 | 0
1
回答回答済み
how to detect multiple faces on an image using Stephen Peyton and Chee Yi Ong's code
When I used the bbox= step(detectFaces, img2), It continued to process endlessly. see it the code function [faces,faceBound] ...
how to detect multiple faces on an image using Stephen Peyton and Chee Yi Ong's code
When I used the bbox= step(detectFaces, img2), It continued to process endlessly. see it the code function [faces,faceBound] ...
約5年 前 | 0
質問
how to detect multiple faces on an image using Stephen Peyton and Chee Yi Ong's code
This code can only work on single face image. I want to apply it to a multiple face image. kindly help me with a way out. Thanks...
約5年 前 | 2 件の回答 | 0
