This project is a Multi-Layer Perceptron (MLP) neural network implemented in C++ using the Eigen library for matrix operations. The neural network is designed to perform classification tasks, with ...
depth_anything_v3_cpp_trt/ ├── CMakeLists.txt # Build configuration ├── README.md # This file ├── include/ # Header files │ ├── tensorrt_engine.h # TensorRT engine wrapper │ ├── preprocessing.h # ...