This question has been flagged
1 Reply
2585 Views

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 

Avatar
Discard
Yes this file already in models folder 


On Mon, 2 Sep 2019 at 5:20 PM, Anoop Menon <anoopmenon@confianzit.com> wrote:

A new answer on how to read or open .hdf5 file in odoo? has been posted. Click here to access the post :

See post


Sent by Odoo S.A. using Odoo.

Best Answer

Hi Manish,

Looking at the error message, Odoo is not able to find the file in filestore. Can you confirm, it's there? 

Avatar
Discard