aboutsummaryrefslogtreecommitdiff
path: root/deeptagger/deeptagger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* deeptagger: give up on Windows altogetherPřemysl Eric Janouch2024-01-211-2/+3
| | | | | | | | | | 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.
* deeptagger: swap columns to match 'galery tag'Přemysl Eric Janouch2024-01-201-2/+2
|
* 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-181-0/+671