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

Typographical Error in Unit 1, ‘Definition of Image’ section #309

Open achrafib1 opened 1 month ago

achrafib1 commented 1 month ago

In the in Unit 1, ‘Definition of Image’ section, there is a statement that says, “More precisely, an image is an n-dimensional function. We will first consider it to be two-dimensional where n=1.” However, for a two-dimensional image, n should be equal to 2. This appears to be a typographical error that could cause confusion for readers. I propose correcting this statement to: “More precisely, an image is an n-dimensional function. We will first consider it to be two-dimensional where n=2"

bellabf commented 3 weeks ago

Hi, this was already mentioned in another issue https://github.com/johko/computer-vision-course/issues/297. I have opened a PR to fix it, but it has not been merged yet https://github.com/johko/computer-vision-course/pull/301. Thank you so much for pointing this out, I am hoping to get this fixed soon :).

achrafib1 commented 3 weeks ago

Great, I appreciate the update. Thank you for your efforts! 👍