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
Thanks for creating the issue and thanks for pointing to the detectron issue. Seems like your env has Pillow >=10.0.0 as opposed to 9.4.0 in my envs. We will check on this and pin the pillow version if needed. Meanwhile, can you please update the pillow version to 9.4.0 and retry?
🐛 Bug
When attempting to run the demo setup linked here:
https://github.com/facebookresearch/home-robot/blob/main/projects/habitat_ovmm/README.md#demo-setup
An error is thrown stating PIL.Image has no attribute LINEAR
Steps to Reproduce
Steps to reproduce the behavior:
Install the dependencies using installdeps.sh
After setting up the environment in the readme and downloading OVMM data from hugging face run the demo script linked above.
Expected behavior
I'm not sure what this Demo is supposed to do, but I expected it to not error.
Additional context
This is a closed issue on the detectron github: facebookresearch/detectron2#5010
I think this is caused by install_deps downloading an old branch instead of the current master.
The text was updated successfully, but these errors were encountered: