aboutsummaryrefslogtreecommitdiff
path: root/deeptagger
Commit message (Collapse)AuthorAgeFilesLines
* 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-186-0/+926