aboutsummaryrefslogtreecommitdiff
path: root/deeptagger/README.adoc
Commit message (Collapse)AuthorAgeFilesLines
* deeptagger: give up on Windows altogetherPřemysl Eric Janouch2024-01-211-2/+1
| | | | | | | | | | 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: add an example of how to use itPřemysl Eric Janouch2024-01-211-13/+24
| | | | And refer to CAFormer correctly.
* deeptagger: fix CaformerPřemysl Eric Janouch2024-01-211-12/+12
| | | | | By using the smaller resolution, it starts noticing 2girls, otherwise the output appears similar.
* 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-181-7/+112
|
* Add a deep tagger in C++Přemysl Eric Janouch2024-01-181-0/+25