Huy Hoang

Results 25 comments of Huy Hoang

LOL, I was also about to request if you could move that variable substitution code into a library, many scripts definitely will benefit from that. Having the combo entry/button like...

I did have the problem you described in the issue, with 515 but not 510. But for me, it's not just darktable, the whole Ubuntu 22.04 gnome-shell froze. The mouse...

> Please post your full mlapiconfig [mlapiconfig.ini.txt](https://github.com/pliablepixels/mlapi/files/6773523/mlapiconfig.ini.txt) I commented out line #132 of mlapi.py, and it works fine, overriding `object_min_confidence` correctly. Somehow OpenCV saw a person from the texture of...

Sorry for the late reply, I think the first version that we had to patch item_id to 0 was 2013111200. Anyway, I'm running into the same problem with the 2.6...

the get_area_files() function sorts the result by item_id by default, but that's moot now. I found a different problem: when importing from previous versions, the item_id remains 0, and thus...

How about this addition to after_restore()? It checks if there is an image with itemid=0, then bump the itemid up by 1 for all found images. There could be a...

Can we rely on properties "certificateimage" and "secondimage" to determine if an image should belong the first or second page? If so, the above code can be a little safer...

Here's one example where YOLOv4 detected a false car in front of the real car, the `ignore_zone` can be defined so that a real car would not match as it'd...

> This means that a car must be detected and the area of its bounding box must have 85% within any polygon zone. I need to fine tune configs to...

Sorry, I got busy, but finally able to try to swap to your code base. It's quite a mess on my end :-) Documenting a few things that I encountered...