Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

DALI Pipeline ZOO

Overview

This is a collection of examples and code snippets demonstrating various NVIDIA DALI pipelines. The code snippets provided are designed to be used right out of the box. You can run them as-is or modify them to suit your specific needs and integrate them into your own projects. Each example is structured to help you understand how to leverage DALI for different data processing tasks efficiently.

Prerequisites

To run the examples in this repository, you need:

  • Python >= 3.8
  • CUDA > 11
  • NVIDIA DALI

Installing Python

Visit the official Python website for installation instructions.

Installing CUDA

For CUDA installation, refer to the NVIDIA CUDA installation guide.

Installing NVIDIA DALI

To install NVIDIA DALI refer to the Installation - NVIDIA DALI.

Content Structure

The repository is organized into the following folders:

images

This folder contains DALI pipelines for processing image data. These pipelines demonstrate tasks such as image decoding, augmentation, and preprocessing for computer vision tasks.

videos

Here you'll find DALI pipelines specifically designed for video processing. These examples showcase video decoding, frame extraction, and other video-related operations.

Contributing

We welcome contributions to this repository. To contribute to DALI Pipeline ZOO and make pull requests, follow the guidelines outlined in DALI Contribution Guide.