Branko Kokanovic

Results 12 issues of Branko Kokanovic

Not sure how we can know this, I think we will need to drill some method in pdlib to get to DLib, maybe DLib can tell us: * if it...

enhancement

After long time, I did: `occ app:install facerecognition` followed by: `occ app:enable facerecognition` and I got: ``` An exception occurred while executing 'CREATE INDEX persons_user_idx ON oc_facerecog_persons ("user")': SQLSTATE[42P07]: Duplicate...

bug

I just saw article about Digikam using DLib and face recognition. It seems that they also have their own pretrained model (maybe even same, didn't go to details), some clustering...

Edge calculation is done prior to giving edges to `dlib_chinese_whispers`, in this for loop: https://github.com/matiasdelellis/facerecognition/blob/71c8238ba534e572fa9c26942078cab0ba9b2660/lib/BackgroundJob/Tasks/CreateClustersTask.php#L208-L219 However, I have, for example, 12000 faces and calculation takes 20-30 minutes, which is far...

enhancement

I noticed that Serbian normalization is not working properly, also took a peek at the code. So, basically, I know what is wrong and _could_ fix it, but not sure...

Transliteration

## What version of osm2pgsql are you using? ``` osm2pgsql version 1.6.0 Build: None Compiled using the following library versions: Libosmium 2.18.0 Proj [API 6] 9.0.1 Lua 5.3.6 ``` ##...

As explained in task: https://phabricator.wikimedia.org/T261162 Seems that, if there is cyclic reference in frame, pyosmium would complain and crash program. It is not proper solution to do gc.collect from client...

Say, user wants to process just some subdirectory, it would be good if we can support ``` ./occ face:background_job --path /files/username/pics/just_one_vacation ``` It will affect some tasks (where applicable), but...

enhancement

Remove forum and add discourse for Serbia community

### Problem Hi all, Context: [Map builder](https://wiki.openstreetmap.org/wiki/Map_builder) (OSM map editor) team at Microsoft is trying to improve user experience during signup process. We’d like to propose couple of modifications to...