NVlabs / ODISE

Official PyTorch implementation of ODISE: Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models [CVPR 2023 Highlight]
https://arxiv.org/abs/2303.04803
Other
845 stars 45 forks source link

AttributeError: module 'keras.backend' has no attribute 'is_tensor' #10

Closed kaz12tech closed 1 year ago

kaz12tech commented 1 year ago

inference(input_image, vocab, label_list)

Running the above gives the error in the title at google colab. Should I change the versions of libraries such as einops and keras?

kaz12tech commented 1 year ago

!pip install einops==0.3.2 Resolved by changing the version of einops