cassiePython / CLIPNeRF

CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields
Apache License 2.0
258 stars 15 forks source link

AttributeError: module 'kornia' has no attribute 'rgb_to_grayscale' #20

Open yunchao-ding opened 9 months ago

yunchao-ding commented 9 months ago

hi, how to solve this problem?

mani2001 commented 9 months ago

hi,

how to solve this problem?

You must do kornia.color.rgb_to_grayscale

yunchao-ding commented 9 months ago

hi, how to solve this problem?

You must do kornia.color.rgb_to_grayscale

Thank you for your help!