All public logs
Combined display of all available logs of RidgeRun Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:49, 20 December 2023 Nmorua talk contribs created page AI Based Object Redaction/Examples/Library Examples (Created page with "=== Backend === First, we create the backend object. The backend provides factories to create the redaction algorithm and buffers. It provides the user the ability to select the desired backend for the execution of the algorithm for object redaction. The backend could be CPU or GPU. <source lang=C++> std::shared_ptr<rd::IBackend> backend = std::make_shared<rd::gpu::Backend>(); </source> In case the input buffer is not already in GPU memory, we also need to create a CP...")