You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jaybdub ,
I have a question about populating the data folder with different engine files. How should one populate this folder? After installing all the dependencies, when I run the script below, I encounter FileNotFoundError error:
I created a jupyter file inside nanoowl directory where data directory lies. Inside data directory, I have owl_image_encoder_patch32.engine and owl_predict_out.jpg that are generated when I executed other scripts in this repo's readme.
I am not sure how I can generate/obtain owlvit-base-patch32-image-encoder.engine.
Hi, after toying with this project, my perspective is that owlvit-base-patch32-image-encoder.engine is intended to be owl_image_encoder_patch32.engine. Thus you just need to rename and it will be solved.
Hi @jaybdub ,
I have a question about populating the data folder with different engine files. How should one populate this folder? After installing all the dependencies, when I run the script below, I encounter FileNotFoundError error:
The error is:
FileNotFoundError: [Errno 2] No such file or directory: 'data/owlvit-base-patch32-image-encoder.engine'
Thank you very much for your patience and help.
Best,
Ehsan
The text was updated successfully, but these errors were encountered: