Skip to content

Cv guide

CV Guide

Quick Start

cv-guide.md             # You are Here! 
cv-notes.md
readme.md
├── 1-fundamentals
│   ├── mathematics
│   │   ├── linear-algebra.md
│   │   ├── calculus.md
│   │   ├── probability-statistics.md
│   ├── programming
│   │   ├── python-basics.md
│   │   ├── opencv-introduction.md
│   ├── image-processing
│   │   ├── image-representation.md
│   │   ├── filtering-enhancement.md
│   │   ├── feature-extraction.md
├── 2-core-concepts
│   ├── cv-core-basics.md
│   ├── cv-core-intermediate.md
│   ├── cv-core-advanced.md
│   ├── pattern-recognition.md
│   ├── computer-graphics.md
├── 3-deep-learning-foundations
│   ├── neural-networks-basics.md
│   ├── cnns.md
│   ├── rnns-lstm.md
│   ├── transfer-learning.md
│   ├── fine-tuning.md
├── 4-advanced-models
│   ├── vision-transformers.md
│   ├── gan.md
│   ├── vae.md
│   ├── diffusion-models.md
│   ├── nerf.md
├── 5-computer-vision-tasks
│   ├── image-classification
│   ├── object-detection
│   ├── semantic-segmentation
│   ├── instance-segmentation
│   ├── image-retrieval
│   ├── pose-estimation
├── 6-3d-vision
│   ├── 3d-reconstruction.md
│   ├── depth-estimation.md
│   ├── stereo-vision.md
│   ├── structure-from-motion.md
│   ├── slam.md
├── 7-video-analysis
│   ├── motion-estimation
│   │   ├── optical-flow.md
│   │   ├── object-tracking.md
│   ├── action-recognition.md
│   ├── video-segmentation.md
│   ├── video-generation.md
├── 8-multimodal-learning
│   ├── vision-language-models.md
│   ├── image-captioning.md
│   ├── visual-question-answering.md
│   ├── text-to-image-generation.md
├── 9-advanced-topics
│   ├── few-shot-learning.md
│   ├── zero-shot-learning.md
│   ├── self-supervised-learning.md
│   ├── domain-adaptation.md
│   ├── federated-learning.md
├── 10-applications
│   ├── autonomous-driving.md
│   ├── medical-imaging.md
│   ├── robotics.md
│   ├── augmented-reality.md
│   ├── surveillance.md
├── 11-tools-and-frameworks
│   ├── pytorch.md
│   ├── tensorflow.md
│   ├── hugging-face.md
│   ├── detectron2.md
│   ├── mmdetection.md
├── 12-best-practices
│   ├── data-collection-annotation.md
│   ├── model-evaluation-metrics.md
│   ├── hyperparameter-tuning.md
│   ├── deployment-optimization.md
├── 13-ethics-and-responsible-ai
│   ├── bias-fairness.md
│   ├── privacy-security.md
│   ├── interpretability-explainability.md
├── 14-research-trends
│   ├── visual-prompting.md
│   ├── foundation-models.md
│   ├── neural-rendering.md
│   ├── 4d-vision.md
├── 15-industry-insights
│   ├── case-studies.md
│   ├── career-paths.md
│   ├── interviews-with-experts.md
└── resources
   ├── books.md
   ├── courses.md
   ├── papers.md
   ├── datasets.md
   └── conferences.md

Contributing

Please refer to CONTRIBUTING.md file.