Program which generates HTML report from the process of testing Tensorflow frozen model with images. Test images are specified by passing directory as a launching argument.
Program requires Node.js (v10.15.1) and NPM (6.8.0) to run.
$ npm install
Program allows to specyfiy optional launching arguments:
graph
Path of model to be tested.labels
Path of model's lables to be tested.images
Directory containing images to be tested.output_dir
Output directory for testing report.help
$ node ./index.js --output_dir=./reports