1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #243 from piterdias/master More... over 6 years ago
1 - face_recognition.lua fails to run in a fresh installation of darktable. It is due to pull request #221 where reset_preferences() and save_preferences() are called before being defined. This is actually a expected behavior because compiles script is one pass instead of two pass (like some other languages, like C). Moving a small piece of preferences setting code to the end of file solves the issue, because all required objects and functions are defined at that point. 2 - Add some more logs More... over 6 years ago
Merge pull request #240 from preklov/patch-2
Tobias Jakobs
as supertobi
More... over 6 years ago
Merge pull request #239 from preklov/master More... over 6 years ago
Add files via upload More... over 6 years ago
Delete OpenInExplorer.po More... over 6 years ago
Add files via upload More... over 6 years ago
Delete OpenInExplorer.lua More... over 6 years ago
Some error checking and warnings More... over 6 years ago
Merge pull request #241 from piterdias/face_recognition More... over 6 years ago
Code and UI cleanup More... over 6 years ago
Working? version More... over 6 years ago
basic frontend More... over 6 years ago
initial module minus style picker More... over 6 years ago
Update OpenInExplorer.lua More... over 6 years ago
Rollback some indentation changes More... over 6 years ago
face_recognition.lua script face some stability and performance issues on an i5-6600, 32 GB and GTX 1060 6GB: 1. Taking to much time – almost a day for 3000 images 2. Crashing due to lines malformation in facerecognition.txt – some times face_recognition Python script concatenates two output lines in just once, what is not expected by face_recognition.lua script 3. Crashing the whole system in Linux – I keep receiving “bash: fork: resource temporarily unavailable” trying to process a too big (starting from some hundreds) image list. Some other applications starts to crash at this point. It seems related to the attach tag call because commenting this instruction (for debugging purposes) eliminates the crashes. After debugging the Lua script and checking Lua and SQL darktable out logs, I decided to make the following changes: 1. Remove an inner loop in the processing results step – helps preventing issue 1 2. Remove a loop in the export step – helps preventing issue 1 3. Remove duplicate tags (when there are more more than a reference face for each person) while facerecognition.txt is read – helps preventing issue 1 and 3 4. Make a sanity check with processing images, skip any malformation data – helps preventing issue 2 5. Reduces the sqlite access by caching tags that where already created for a previous image – helps preventing issue 3 More... over 6 years ago
Updated the "USAGE" section in the header of enfuseAdvanced.lua
Tobias Jakobs
as supertobi
More... over 6 years ago
German translation of OpenInExplorer.lua More... over 6 years ago
Rename OpenInExplorer.lua to contrib/OpenInExplorer.lua More... over 6 years ago
Add files via upload More... over 6 years ago
Delete OpenInExplorer.lua More... over 6 years ago
Update OpenInExplorer.lua More... over 6 years ago
Add files via upload More... over 6 years ago
Delete OpenInExplorer.lua More... over 6 years ago
Merge pull request #231 from Mark-64/RL_out_sharp More... over 6 years ago
default no. of editors More... over 6 years ago
fixes and code cleaning More... over 6 years ago
changed default sigma More... over 6 years ago
Merge pull request #230 from Mark-64/fix_lib More... over 6 years ago