You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
ming.hong dbe004953e add README 11 months ago
.vscode frist commit 11 months ago
CMakeFiles frist commit 11 months ago
build frist commit 11 months ago
out/build/x64-Debug frist commit 11 months ago
.gitignore frist commit 11 months ago
CMakeLists.txt frist commit 11 months ago
CMakeSettings.json frist commit 11 months ago
LICENSE frist commit 11 months ago
README.md add README 11 months ago
VideoToAI.cpp frist commit 11 months ago
VideoToAI.hpp frist commit 11 months ago
async_infer_advanced_example.cpp add README 11 months ago

README.md

替換權重: 1. 找到 async_infer_advanced_example.cpp 裡的 main ,將 hef 檔案替換成 YOLOv5 和 YOLOv7,如下 2. auto infer_model = vdevice->create_infer_model("yolov7_yuv21.hef").expect("Failed to create infer model"); 3. 到 build 底下重新編譯 .\detection_app.exe

目前輸入格式為 (YUV 大小會從 640 * 360 -> 640 * 640): .\detection_app.exe .\input.yuv output.yuv