Skip to content

jantonguirao/DALI_deps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA DALI

This repository contains extra dependencies required to setup a whole development environment for NVIDIA DALI project.

To obtain only the required code for DALI build (without unnecessary git history) please:

git clone https://github.com/NVIDIA/DALI_deps
git submodule init
git submodule update --depth 1 --recursive

The repository consists mostly of externally hosted subrepositories:

Repository Version License
libsndfile 1.0.31_ (Source Snapshot)_ LGPL v2.1 license_
vorbis 1.3.7_ BSD-3 license_
ogg 1.3.5_ BSD-3 license_
flac 1.3.3 (+ Security Patch)_ BSD-3 license (+ GPL for utils, not used by DALI)_
opus 1.3.1_ BSD-3 license_
FFmpeg 5.0_ (Source Snapshot)_ LGPL v2.1 license_
opencv 4.5.5_ Apache License 2.0_
openjpeg 2.4.0_ BSD-2 license_
libtiff 4.3.0 (+ Build System Patch)_ BSD-2 license_
zstd 1.5.2_ BSD-3 license_
libjpeg-turbo 2.1.2_ BSD-3 license, IJG license, zlib license_
lmdb 0.9.29_ OpenLDAP Public License_
protobuf 3.19.4_ BSD-3 license_
CMake 3.13.5_ BSD-3 license_
zlib 1.2.11_ zlib License_
libtar 1.2.20 + patches (master)_ BSD-3 license_

About

3rd party dependencies for DALI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%