Mauhing
Mauhing
It seems that SIFT have been removed. I solve this problem with `pip install opencv-python==3.4.2.17` `pip install opencv-contrib-python==3.4.2.17` and change `cv2.SIFT` to `cv2.xfeatures2d.SIFT_create()` This works for me. Tell me it...
> @Mauhing > > Could you please share colab link or simple standalone code with supporting files to reproduce the issue in our environment. It helps in localizing the issue...
> Was able to reproduce the issue on colab. Please find the gist [here](https://colab.sandbox.google.com/gist/gowthamkpr/3fddb14893a157806d399f7cb146a9f7/untitled19.ipynb). Thanks! I want to make a kindly reminder that the colab code does not seem to...