Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallery: clean up, search in a transaction | Přemysl Eric Janouch | 2024-01-22 | 1 | -69/+75 |
| | |||||
* | gallery: implement AND/NOT for tag search | Přemysl Eric Janouch | 2024-01-22 | 4 | -25/+120 |
| | |||||
* | gallery: move out a query from CTE | Přemysl Eric Janouch | 2024-01-22 | 1 | -8/+5 |
| | |||||
* | gallery: optimize the related tags query | Přemysl Eric Janouch | 2024-01-22 | 1 | -25/+57 |
| | |||||
* | deeptagger: give up on Windows altogether | Přemysl Eric Janouch | 2024-01-21 | 2 | -4/+4 |
| | | | | | | | | | | ORT requires MSVC to build. MSVC can't use MSYS2 libraries. CMake + clang-cl doesn't work in MSYS2. GraphicsMagick doesn't provide development packages for Windows. There is no getopt on Windows. | ||||
* | gallery: use AsciiDoc for the README | Přemysl Eric Janouch | 2024-01-21 | 1 | -1/+4 |
| | |||||
* | deeptagger: add an example of how to use it | Přemysl Eric Janouch | 2024-01-21 | 2 | -14/+25 |
| | | | | And refer to CAFormer correctly. | ||||
* | gallery: document IM version requirement | Přemysl Eric Janouch | 2024-01-21 | 1 | -1/+1 |
| | |||||
* | deeptagger: fix Caformer | Přemysl Eric Janouch | 2024-01-21 | 2 | -16/+18 |
| | | | | | By using the smaller resolution, it starts noticing 2girls, otherwise the output appears similar. | ||||
* | gallery: try to avoid OOM while thumbnailing | Přemysl Eric Janouch | 2024-01-20 | 1 | -3/+27 |
| | |||||
* | gallery: don't be silent about signalled children | Přemysl Eric Janouch | 2024-01-20 | 1 | -2/+9 |
| | |||||
* | gallery: add dhashes in one big DB transaction | Přemysl Eric Janouch | 2024-01-20 | 1 | -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 Janouch | 2024-01-20 | 2 | -3/+3 |
| | |||||
* | Add benchmarks against WDMassTagger | Přemysl Eric Janouch | 2024-01-19 | 1 | -2/+18 |
| | |||||
* | Add CoreML benchmarks | Přemysl Eric Janouch | 2024-01-19 | 1 | -4/+86 |
| | |||||
* | Add some benchmarks and information | Přemysl Eric Janouch | 2024-01-18 | 2 | -7/+163 |
| | |||||
* | Make consistent batches a simple edit | Přemysl Eric Janouch | 2024-01-18 | 1 | -6/+6 |
| | |||||
* | Limit concurrency to number of hardware threads | Přemysl Eric Janouch | 2024-01-18 | 1 | -3/+7 |
| | |||||
* | Load images in multiple threads | Přemysl Eric Janouch | 2024-01-18 | 1 | -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 Janouch | 2024-01-18 | 7 | -1/+927 |
| | |||||
* | Initial commit | Přemysl Eric Janouch | 2023-12-29 | 11 | -0/+3502 |