Skip to content

v0.1.1

Choose a tag to compare

@simulacraliasing simulacraliasing released this 19 Oct 17:41

Features:

  • Switch default resize algorithm to nearest for faster preproces.
  • Support custom model config file. Now --model option takes a .toml model config file path. And --imgsz option is removed. Check example model config file here. Note that the input and output shape sequence and precision of custom model still need to be the same as predefined models.
  • Check execution provider availability only once and save it in epifo_{device}.json file to save initialization time. If you want to force recheck, delete the file.