Giter Club home page Giter Club logo

dali_deps's Introduction

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.1.0 (Source Snapshot) LGPL v2.1 license
vorbis 1.3.7 BSD-3 license
ogg 1.3.5 BSD-3 license
flac 1.4.2 with cross-compilation patch BSD-3 license (+ GPL for utils, not used by DALI)
opus 1.3.1 BSD-3 license
FFmpeg 5.1.2 (Source Snapshot) LGPL v2.1 license
opencv 4.6.0 Apache License 2.0
openjpeg 2.5.0 BSD-2 license
libtiff 4.4.0 (+ Build System Patch) BSD-2 license
zstd 1.5.2 BSD-3 license
libjpeg-turbo 2.1.4 BSD-3 license, IJG license, zlib license
lmdb 0.9.29 OpenLDAP Public License
protobuf 21.9 BSD-3 license
CMake 3.13.5 BSD-3 license
zlib 1.2.13 zlib License
libtar 1.2.20 + patches (master) BSD-3 license

Installing dependencies locally

In order to conduct Bare Metal DALI build, you need to install all the above dependencies (or turn off particular features with CMake variables like BUILD_NVDEC=OFF etc...). build_scripts folder contains the recipes, how to build every particular dependency. This is automated using build_deps.sh, however we discourage running this script on your local machine (some of these need sudo to complete - you don't want to run sudo-magic, do you?). Still, the scripts for particular dependencies (build_*.sh) outline the way, how the dependencies may be built, to the point that you may copy-paste parts of the recipes. Even if you install the dependencies in a way recommended by their authors, DALI should still work.

dali_deps's People

Contributors

januszl avatar stiepan avatar jantonguirao avatar awolant avatar klecki avatar szalpal avatar barci2 avatar mzient avatar lbhm avatar banasraf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.