siddisking

Results 7 comments of siddisking

> It seems that Tensorflow-Android do not support multi-threads. [see this](https://github.com/tensorflow/tensorflow/issues/6431) > But you can try youself by calling function MTCNN::DetectFaces in 2 threads to see if it works. >...

> For additional info, I have implemented your code for real-time camera face detection. That's why any improvement that can be done to the performance is greatly appreciated. I have...

> @siddisking thanks! I just want to implement the same code using MTCNN for face detection in Tensorflow Lite and I don't know how to proceed. You can do real-time...

Tensorflow lite seems a way to implement this. But if tf-lite is not working rn you can achieve 5-15 fps from these hacks: 1. Using multithread to detect faces, you...

> Thanks for reporting! > > Can you provide steps to reproduce? We often need a [reproducible example](https://stackoverflow.com/help/minimal-reproducible-example), e.g. some code that allows someone else to recreate your problem by...

> Unfortunately I don't have time to assemble an example just for you. There is no need to assemble one, since this feature is already merged just point me toward...

> My solution for now is to initialize in App.module.js with: > > ``` > AdminModule.createAdminAsync({ > customLoader: CustomAdminJsCustomLoader, > useFactory: () => ({ > adminJsOptions: { > rootPath: '/admin',...