Replies: 2 comments 2 replies
-
everything in |
Beta Was this translation helpful? Give feedback.
1 reply
-
human/demo/nodejs/process-folder.js Line 31 in 6239631 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see an unexpected behavior with "process-folder.js"
From what I see after the first image,
a. images are loaded in batches of 4. But then they processed one at a time with a box output produced after the processing of each image by the blazeface network.
b. What is unusual is that results of blazeface network does not get processed immediately by the facemesh network. A batch of 4 boxes from the blazeface is collected first before they are processed by the batch-wise by the facemesh network (https://github.com/vladmandic/human/blob/62396317f5c31b2ec5bc7de2e9eb53b8978b9f28/src/face/facemesh.ts#L92C6-L92C72), Is there a reason for this? and can I configure this batch processing to do it one at a time.
Beta Was this translation helpful? Give feedback.
All reactions