johko / computer-vision-course

This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
MIT License
365 stars 121 forks source link

typo in import statement #267

Closed omkar-12bits closed 2 months ago

omkar-12bits commented 2 months ago

imported as cv2 but used as cv in code snippets. fixed with alias cv instead of making changes everywhere with cv -> cv2.

merveenoyan commented 2 months ago

I think instead of aliasing if you could change cv's to cv2 it would be better :)

omkar-12bits commented 2 months ago

Ok , done.