openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
lua-scripts
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Jul 29, 2025 — Jul 29, 2026
Showing page 27 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #243 from piterdias/master
wpferguson
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
Piter Dias
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
wpferguson
More...
over 6 years ago
Add files via upload
preklov
More...
over 6 years ago
Delete OpenInExplorer.po
preklov
More...
over 6 years ago
Add files via upload
preklov
More...
over 6 years ago
Delete OpenInExplorer.lua
preklov
More...
over 6 years ago
Some error checking and warnings
Noah
More...
over 6 years ago
Merge pull request #241 from piterdias/face_recognition
wpferguson
More...
over 6 years ago
Code and UI cleanup
Noah
More...
over 6 years ago
Working? version
Noah
More...
over 6 years ago
basic frontend
Noah
More...
over 6 years ago
initial module minus style picker
Noah
More...
over 6 years ago
Update OpenInExplorer.lua
preklov
More...
over 6 years ago
Rollback some indentation changes
Piter Dias
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
Piter Dias
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
preklov
More...
over 6 years ago
Rename OpenInExplorer.lua to contrib/OpenInExplorer.lua
preklov
More...
over 6 years ago
Add files via upload
preklov
More...
over 6 years ago
Delete OpenInExplorer.lua
preklov
More...
over 6 years ago
Update OpenInExplorer.lua
preklov
More...
over 6 years ago
Add files via upload
preklov
More...
over 6 years ago
Delete OpenInExplorer.lua
preklov
More...
over 6 years ago
Merge pull request #231 from Mark-64/RL_out_sharp
wpferguson
More...
over 6 years ago
default no. of editors
U-DESKTOP-HQME86J\marco
More...
over 6 years ago
fixes and code cleaning
U-DESKTOP-HQME86J\marco
More...
over 6 years ago
changed default sigma
U-DESKTOP-HQME86J\marco
More...
over 6 years ago
Merge pull request #230 from Mark-64/fix_lib
wpferguson
More...
over 6 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree