-
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
Feature Extraction Outline #61
Comments
Thanks for taking the lead on this! |
This is a great outline and yes thanks for taking the lead on this. I had thoughts on a couple of additional high level topics for Feature Detection
|
Hello @johko very cool outline indeed! |
Good points @ATaylorAerospace , I think I had them in mind (because they are covered in the resources) but not spelled it out here. Will add 🙂 |
@merveenoyan I agree, I'll be in touch with them. As for the storytelling - this might be a good way to integrate the CNN feature visualization, giving a good incentive why CNNs are needed and then leading to the next chapter. |
I decided to join the Feature Extraction team and helped prepare an outline for the section. So here it is:
Feature Detection
Feature Description
Feature Matching
CNN Features + Visualization
Resources:
https://docs.opencv.org/4.8.0/db/d27/tutorial_py_table_of_contents_feature2d.html
https://towardsdatascience.com/image-feature-extraction-traditional-and-deep-learning-techniques-ccc059195d04
https://fpcv.cs.columbia.edu/
The CNN Features part is probably the most controversial, as it actually talks about CNNs before the CNN chapter. But then again it also is a really interesting topic related to feature extraction. I also didn't find anything about it in the CNN outline, so maybe we can write about it and if needed move it to the CNN section later on.
Notebooks and .mdx files
For now we will start writing separate .mdx files for each of the topics, mainly for ease of parallel working, but depending on how extensive they are, we might also merge some of them later on.
We also plan to have two notebooks, one about Feature Extraction, which gives a walkthrough with a complete example and one for CNN visualization part (if we do this here)
Let us know what you think @merveenoyan , @lunarflu :)
The text was updated successfully, but these errors were encountered: