dnn_node_example dnn_node_sample .arcconfig .arclint .clang-format README.md README_cn.md English|简体中文 Getting Started with Hobot Dnn The repository contains four parts: dnn_node, dnn_node_sample, dnn_node_example, and dnn_benchmark_example. Users can implement model inference on the ...
hobot_dnn std::shared_ptr<DnnParserResult> det_result = nullptr; // 2 Start the parsing if (hobot::dnn_node::parser_yolov5::Parse(node_output, det_result) < 0) { RCLCPP_ERROR(rclcpp::get_logger("dnn_node_sample"), "Parse output_tensors fail!"); return -1; } // 3 U...
Getting Started with Hobot Dnn 仓库中包含dnn_node、dnn_node_sample、dnn_node_example、dnn_benchmark_example四部分内容,用户可以实现在地平线X3开发板上使用模型和数据利用BPU处理器进行模型推理,以及模型性能评测。 dnn_node 板端算法推理框架。在地平线旭日X3开发板上利用BPU处理器实现AI推理功能,基于...
D-Robotics/x5-hobot-dnnmain 3 Branches0 Tags Code Folders and files Latest commit yaqiang.li feat(license): Add Apache License ce8a483· Sep 13, 2024 History6 Commits debian feat(dnn): Sync to LNX6.1.83_PL5.1_V1.0.12_20240823-2254.xml Aug 27, 2024 LICENSE feat(license): Add Apache...
VERSION build.sh hobot-dnn include lib Breadcrumbs x5-hobot-spdev / hobot-dnn Latest commit yaqiang.li feat(init): First code submission 70532a5· Aug 15, 2024 HistoryHistory File metadata and controls Code Blame Symbolic Link· 1 lines (1 loc) · 13 Bytes Raw ../hobot-dnn/ 1 Whil...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} This repository was archived by the owner on Jul 20, 2024. It is now read-only. HorizonRDK / hobot_dnn Public archive ...
Getting Started with Hobot Dnn The repository contains four parts: dnn_node, dnn_node_sample, dnn_node_example, and dnn_benchmark_example. Users can implement model inference on the Horizon X3 development board using the BPU processor, as well as evaluate model performance. ...