Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deeptagger: give up on Windows altogether | Přemysl Eric Janouch | 2024-01-21 | 1 | -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 it | Přemysl Eric Janouch | 2024-01-21 | 1 | -13/+24 |
| | | | | And refer to CAFormer correctly. | ||||
* | deeptagger: fix Caformer | Přemysl Eric Janouch | 2024-01-21 | 1 | -12/+12 |
| | | | | | By using the smaller resolution, it starts noticing 2girls, otherwise the output appears similar. | ||||
* | 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 | 1 | -7/+112 |
| | |||||
* | Add a deep tagger in C++ | Přemysl Eric Janouch | 2024-01-18 | 1 | -0/+25 |