1.2.1
Process
- Models now download individual weights files for each model type instead of an entire folder of all model types
- Limit custom node directories to be created within
src/
Bug Fixes
- Fix
input.visual
issue wherefilename
data type is not set if the source is a single image file - Fix
input.visual
issue where approximate progress shows 10% even when the folder has been fully processed
Improved Documentation
- Add tutorial for using own models
Refactor
- Redirect
tqdm
(used when downloading weights) to usestdout
instead ofstderr
- Implement mixins for threshold checking and weights downloading