kornia / tutorials

Repository containing the Kornia related tutorials
https://kornia.github.io/tutorials/
Apache License 2.0
45 stars 32 forks source link

ImportError: cannot import name 'get_closest_point_on_epipolar_line' #40

Closed Vincentqyw closed 1 year ago

Vincentqyw commented 1 year ago

ImportError in kornia tutorials docs and also colab

image

image

edgarriba commented 1 year ago

@Vincentqyw thanks for pointing this. Have you tried this instructions ? https://github.com/kornia/tutorials#development /cc @ducha-aiki

Vincentqyw commented 1 year ago

I have tried but the same issue.

edgarriba commented 1 year ago

@ducha-aiki this seems a kornia_moons issue ?

ducha-aiki commented 1 year ago

@edgarriba No. This function is introduced in the latest kornia, so you have to install latest kornia

edgarriba commented 1 year ago

fixed in master