Overview of CV-CUDA application samples
mainCV-CUDA provides end-to-end deep learning pipeline samples that combine preprocessing, inference, and post-processing. Available application workflows include:
- Hello World: A basic introduction to GPU-only image processing.
- Image Classification: Demonstrates ResNet50 classification using TensorRT.
- Object Detection: Demonstrates RetinaNet detection with bounding box visualization.
- Semantic Segmentation: Demonstrates FCN-ResNet101 with artistic background effects.