galthran-wq

Results 9 comments of galthran-wq

hi. I do not think they would *have to be* adjusted, because the function is supposed to work exactly the same for a single image input and all the susequent...

I do. You can check https://github.com/galthran-wq/deepface/tree/master-enhanced it combines these two PRs with some other small modifications: - `.represent` uses batched detector inference (here https://github.com/serengil/deepface/pull/1433 it only does batched embedding, because...

> @galthran-wq you are pushing too many things, would you please inform me when it is ready. it is ready now, im usually pushing when it's done I've just fixed...

> is this ready? i can still see my comments not resolved. almost, tell me if you think that the batched numpy array test is okay and let's also settle...

To summarize what's changed: - I've added comments and additional checks to the tests. - I've made batching on `opencv` and `mtcnn` optional (due to the above issue). To enforce...

Changes: 1. reverted `_process_single_image` 2. disabled option to use batch mode for mtcnn and opencv so now they just use a for loop to process all the images, if a...

several problems: - currently input images have to be of the same size (hence resize in the test), otherwise it raises an uninformative error. maybe do the same resizing in...

why not if it improves performance without hurting anything else (I hope)?