-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter Discussion: Fundamentals of Computer Vision #38
Comments
Great draft from the Fundamentals Team! 🤗 🌏 I think this is absolutely the right approach, making sure to lay the groundwork so beginners know exactly why CV is needed at all, exploring the nuances of sight, the limitations of hardcoded systems. Some comments 👇
definition.mdx
What is Computer Vision?
Here I would make sure to include some explicit comparison of pure programming approaches vs. ML approaches when trying to create systems that can see similar to humans. The key here might be something like: "We're born able to see without needing to turn that ability on or off; We don't know how to explain how we see; We don't know how to tell a system how to see, since sight is very complex; Some other, more robust method is needed instead of hard coding these systems" -> ML, CV |
re: I don't think it's necessary to have code examples in this introductory chapter, but you can embed some demos from Space to illustrate some of the applications/tasks. This can make the chapter a little more engaging, and give learners a taste of what they will be able to build themselves later on. Here's an example of how to embed a demo into markdown so that doc-builder builds it properly:
|
Great outline 🤗 I also think you don't need much code for it. But as it is the introduction it would be great if you can also reference the other parts of the course while talking about topics like "We will go into more details on Ethics and Biases in Section 12", so the course participants get a bit of an idea what awaits them. |
Hello everyone,
The topic Fundamentals of Computer Vision is going to be the first section of the course, so our team planned to keep it as engaging and informative as possible, so we came up with a simple theme of explaining using "What, Why and How's of computer vision" and came up with the following curriculum.
Team members - @seshu-pavan @bellabf, @froestiago @aman06012003 @chiho-5
bcc - @johko @lunarflu @merveenoyan @MKhalusova
We have one question for now: are you expecting us to write coded tutorials? We created this to include storytelling, definitions and images mostly.
We are well aware that this is an iterative project, so any feedback, tips and suggestions the HF team provides will give us a chance to
improve our progress.
Best,
Fundamentals Team
The text was updated successfully, but these errors were encountered: