Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.19 KB

README.md

File metadata and controls

25 lines (18 loc) · 2.19 KB

中文|English

Third-Party Dependency Installation Guide (C++ Sample)

Prerequisites

1. Install the CANN package according to the official guide.
2. The CANN version must be 5.0.4.alpha001 or later. If the CANN version is earlier than 5.0.4.alpha001, switch the tag and use the distribution by referring to the version description in Ascend CANN Sample Repository.

Installation Precautions

Some C++ samples in the samples repository use third-party dependencies such as OpenCV and FFmpeg for image processing. You need to install the third-party dependencies and configure the environment before running the samples.

The development environment and running environment are described as follows:

  • Running environment: The running environment refers to the environment where operators, inference, or training programs run. The running environment must be on the basis of Ascend AI processors.
  • Development environment: Used for code development, debugging, and build. The environment can be based on Ascend AI processors or any environment that meets CANN software installation requirements.

Scenario Selection

Select the installation scenario based on the following description.