Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 3.13 KB

File metadata and controls

73 lines (49 loc) · 3.13 KB

Module 4: Computer Vision from Foundations to Jetson Practice

cv_world

This folder contains a rebuilt Module 4 designed as a systematic computer vision course for beginners.

Course Structure

Part I: Foundations and Theory

This part is suitable even for learners who do not yet have a Jetson device.

Module Topic Type
4.1 Introduction to Computer Vision Theory
4.2 How Computers Represent Images Theory + OpenCV examples
4.3 Classical Computer Vision Theory + OpenCV examples
4.4 Neural Networks and CNNs Theory + simple code examples
4.5 Deep Learning Computer Vision Tasks Theory
4.6 Train and Deploy Your Own Vision Model Theory + code

Part II: Edge Deployment and Jetson Practice

This part applies the earlier knowledge to edge AI deployment.

Module Topic Type
4.7 Model Export and Edge Deployment Theory + code
4.8 Real-Time Vision Pipeline Frameworks Theory + code examples
4.9 DeepStream and Jetson Theory + code examples
4.10 Frontier Vision Technologies and Outlook Theory

Appendix

This appendix is not part of the main 10-section spine. It is a practical project that extends the Jetson deployment half and gives learners a complete end-to-end example.

Recommended Baseline for the Jetson Practice Half

The deployment half of this course assumes:

  • JetPack 6.2.x
  • Jetson Linux R36.4.x
  • CUDA 12.6
  • TensorRT 10.3
  • cuDNN 9.3
  • DeepStream 7.1
  • Jetson Platform Services

Teaching Principles

This rebuilt Module 4 follows four teaching principles:

  1. Explain the "why" before the "how".
  2. Use code to illustrate concepts, not to replace explanation.
  3. Treat data, metrics, and error analysis as core topics.
  4. Keep deployment in the later half so the learner first builds understanding.

Suggested Learning Path

If you are a beginner, follow the sections in order from 4.1 to 4.10.

If you already understand computer vision basics and mainly want Jetson deployment, you can skim 4.1 to 4.6 and then focus on 4.7 to 4.10.

References