aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gallery: document IM version requirementPřemysl Eric Janouch2024-01-211-1/+1
|
* deeptagger: fix CaformerPřemysl Eric Janouch2024-01-212-16/+18
| | | | | By using the smaller resolution, it starts noticing 2girls, otherwise the output appears similar.
* gallery: try to avoid OOM while thumbnailingPřemysl Eric Janouch2024-01-201-3/+27
|
* gallery: don't be silent about signalled childrenPřemysl Eric Janouch2024-01-201-2/+9
|
* gallery: add dhashes in one big DB transactionPřemysl Eric Janouch2024-01-201-2/+21
| | | | iotop showed gigabytes of writes for a DB in the order of 100 MB.
* deeptagger: swap columns to match 'galery tag'Přemysl Eric Janouch2024-01-202-3/+3
|
* Add benchmarks against WDMassTaggerPřemysl Eric Janouch2024-01-191-2/+18
|
* Add CoreML benchmarksPřemysl Eric Janouch2024-01-191-4/+86
|
* Add some benchmarks and informationPřemysl Eric Janouch2024-01-182-7/+163
|
* Make consistent batches a simple editPřemysl Eric Janouch2024-01-181-6/+6
|
* Limit concurrency to number of hardware threadsPřemysl Eric Janouch2024-01-181-3/+7
|
* Load images in multiple threadsPřemysl Eric Janouch2024-01-181-25/+94
| | | | | This worsens CPU-only times by some five percent, but can also make GPU-accelerated runtime twice as fast.
* Add a deep tagger in C++Přemysl Eric Janouch2024-01-187-1/+927
|
* Initial commitPřemysl Eric Janouch2023-12-2911-0/+3502