josephernest
josephernest
Bonjour, Quand on démarre l'application, et qu'on entre 192.168.1.1, login: admin, password: .... lors des démarrages suivants, on est directement logué, sans prompt du mot de passe. Ceci est génant...
Hello @fabricereix @jcamiel , I tried a few months ago to contact the Orange Livebox development team to submit a detailed bug report, but I couldn't find the right persons...
This code works to find all files in `photos/*.jpg` matching the face present in `me.jpg`: ``` import glob, os, cv2 from keras_facenet import FaceNet embedder = FaceNet() detections = embedder.extract("me.jpg",...
Hi everyone, Congrats for this great project! When setting iPhone settings > Photos > `Automatic` instead of `Keep Originals`, then, when copying with Windows, the HEIC are automatically converted into...
Hi! Does [Tone.Sampler](https://tonejs.github.io/docs/15.0.4/classes/Sampler.html) support loops (different loops for each different audio files) in the same way Tone.Player does: ``` const player = new Tone.Player({url: `test.wav`}); player.loopStart = 44100; player.loopEnd =...
Hi everyone, I'm using this library in quite a few projects, and it works well. I'm curious if any of you tried this library on some project? What would be...