Hello Community,
I am trying to run face detection algorithm/module in odoo by clicking on a button. but I'm facing an issue related to .hdf5 file formate in odoo. This file formate successfully runs in python but it's shown below error or warning message when we run this method with odoo.
OSError: Unable to open file (unable to open file: name = 'models/test.11.66.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Please help me on this.
Thanks