nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

fix retinaface prediction bug #74

Closed triwahyuu closed 3 years ago

triwahyuu commented 3 years ago

Type of changes

Please check the type of change your PR introduces: - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior?

What is the new behavior?

Checklist

triwahyuu commented 3 years ago

apparently the bug is caused by preprocess_args not forwarded to the module creation, sorry my bad :(
cc @alifahrri @alphinside