Commit Graph

6 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 7300773b96
deeptagger: give up on Windows altogether
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.
2024-01-21 17:47:56 +01:00
Přemysl Eric Janouch 4b054ac9cc
deeptagger: swap columns to match 'galery tag' 2024-01-20 18:00:28 +01:00
Přemysl Eric Janouch 8df76dbaab
Make consistent batches a simple edit 2024-01-18 18:31:10 +01:00
Přemysl Eric Janouch 819d2d80e0
Limit concurrency to number of hardware threads 2024-01-18 18:31:10 +01:00
Přemysl Eric Janouch 36f6612603
Load images in multiple threads
This worsens CPU-only times by some five percent,
but can also make GPU-accelerated runtime twice as fast.
2024-01-18 18:31:10 +01:00
Přemysl Eric Janouch b4f28814b7
Add a deep tagger in C++ 2024-01-18 18:31:09 +01:00