kafan1986
kafan1986
@Hajriey Did you find solution to this?
I did solve the issue. The problem lies that Android by default prevents calling network calls from UI thread. So the synchronous network call will work fine if called from...
@glomowa Did you manage to solve this issue?
I did solve the issue. The problem lies that Android by default prevents calling network calls from UI thread. So the synchronous network call will work fine if called from...
Why do you want to upload the file directly to S3? Probably having a server layer in between would help and prevent you from from storing AWS credentials on device,...
@xuguozhi How many faces in the frame gives you 17 fps? I believe you need to perform facial keypoints detection, one face at a time. How much time is required...
@esimov Any idea whether it will be possible to support profile or semi-profile face images?
@mish15 One more thing I noticed for auto completion was not working when set with any threshold apart from 0. Which means same model can not be used for autocompletion...
@bastibe UPDATE: There is something peculiar that I have observed. When some audio is playing at the background the system audio recorder works fine in the sense that it returns...
> > Can I stop warning messages about data discontinuity? > > You can, using warnings.simplefilter. However, data discontinuity errors usually indicate that you didn't read the audio data fast...