Add an interface to allow arbitrary test data to be specified as input parameters. 1. numpy.ndarray 2. numpy file
1.0.1
- [x] Returns numpy.ndarray of the last inference result as a return value when called from a Python script. - [x] Add `--output_numpy_file` option. Output the final inference results to a numpy file. - [x] Add `--non_verbose` option.