Matias De lellis
Matias De lellis
Hi @D34DC3N73R It is surely an expected feature, and I would like to implement it.. in particular I think it is more fundamental to add support to the HEIC format,...
Hi @tetebueno @Lajull-fr Sorry for the delay in answering... This function is done with a single sql query. I probably can't improve it.. 😞 Probably the easiest thing would be...
Hi @Lajull-fr Apparently, you installed pdlib by hand, and compiled it into the 'facerecognition' folder. As for the integrity report, it says that you have unnecessary files .. You can...
Hi @tobiasKaminsky Welcome here!. 😄 The code that is failing you is a routine that at some point I would like to optimize.. and honestly you are the 2nd person...
Hi @tobiasKaminsky > 55k :-) Ohh.. Your problem is the number of photos. 🙈 Great collection of photos!. 😉 > > * What parameter are you using as minimum confidence?...
Hi @ftrentini As commented, we must remember that it is an exhaustive task and needs resources but in general doesn't seem to be a problem. In collections like yours, 2GB...
Wow.. According to this, you used about 20 GB of ram in the whole process.. :open_mouth: In general, the memory recommendation continues to depend specifically on the number of photos...
Hi @muebau It's something I've also been thinking about a lot. The application has been thinking about being able to handle several models, but today we prefer to focus on...
Great @muebau :grimacing: They are interesting, but remember that today this will have low priority .. :wink: Thanks again...
Hi @muebau In the last [PR](https://github.com/matiasdelellis/facerecognition/pull/232), we made a great modularization of the code, adding 3 models CNN5Landmakrs, CNN68Landmakrs and HOG. An [interface](https://github.com/matiasdelellis/facerecognition/blob/master/lib/Model/IModel.php) is defined that must be met to...