Goal: First intern/Job in Computer Vision with three projects
Main rule: “just enough basics” to do projects - avoid perfectionism
Application time: First application will be after I do three projects.
Questions: I’ve send it to best CV mentor on codementor and he said its useless we need a paid call so I ask you guys what do you think about it :)
Three projects will be about my hobby bouldering (sport climbing)
Do you think those material will be “just enough” to make these projects?
# Roadmap: Computer Vision for Bouldering
## MONTH 0: Python Fundamentals
*Goal: Just enough basics to start CV*
### Week 1-2: Python Core
- Variables and data types
- Basic operations and print() function
- Lists and dictionaries - creation and access only
- For loops for list iteration
- Basic if/else statements
- Function basics - definition and calling
### Week 3: Basic Libraries
- NumPy basics
- Creating arrays
- Basic matrix operations
- Indexing
- Matplotlib basics
- Image display
- Simple plots
- OpenCV installation and setup
### Week 4: First Steps with OpenCV
- Loading images
- Basic image operations
- Display and save operations
- First mini-project
## PROJECTS AND CAREER PATH
### Phase 1: CV Fundamentals (Month 1-3)
**1. Hold Color Detector**
- Basic image analysis
- Color detection in OpenCV
- First custom CV program
**2. Route Documentation**
- Image interaction
- Data saving and loading
- Basic user interface
**3. Incline Calculator**
- Geometry in CV
- Line and angle detection
- Basic calibration