Skip to content

Commit a507e50

Browse files
author
Wish
committed
add yolo examples
1 parent e8c0482 commit a507e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application/app_yolo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static void test(Yolo::Type type, TRT::Mode mode, const string& model){
172172
int app_yolo(){
173173

174174
//iLogger::set_log_level(iLogger::LogLevel::Info);
175-
//test(Yolo::Type::X, TRT::Mode::FP32, "yolox_m");
175+
test(Yolo::Type::X, TRT::Mode::FP32, "yolox_m");
176176
//test(Yolo::Type::V5, TRT::Mode::FP32, "yolov5s");
177177
// test(Yolo::Type::X, TRT::Mode::FP16, "yolox_s");
178178
// test(Yolo::Type::V5, TRT::Mode::FP16, "yolov5s");

0 commit comments

Comments
 (0)