v0.1.1
Features:
- Switch default resize algorithm to
nearestfor faster preproces. - Support custom model config file. Now
--modeloption takes a.tomlmodel config file path. And--imgszoption 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}.jsonfile to save initialization time. If you want to force recheck, delete the file.