Stress test on multiple streams

This commit is contained in:
2026-04-28 13:49:57 +10:00
parent dcf974c35c
commit 4bab357c72

View File

@@ -1872,8 +1872,8 @@ int main()
//YOLO26OBBYolo11Test();
//SAM3ONNX_ImageTest(); // ORT reference — runs first, prints decoder input stats
//SAM3TRT_ImageTest(); // TRT under test — compare decoder input stats with above
//CustomModel_StressTest_FilePlayer(); // Multi-task stress test (LabVIEW flow)
CustomModel_SingleStream_FilePlayer(); // 1 cam + 1 task — isolates concurrency from per-instance bugs
CustomModel_StressTest_FilePlayer(); // Multi-task stress test (LabVIEW flow)
// CustomModel_SingleStream_FilePlayer(); // 1 cam + 1 task — isolates concurrency from per-instance bugs
//SAM3TRT_UnitTest(); // TensorRT SAM3 test (in ANSSAM3-UnitTest.cpp)
//TensorRT10Test();
//FireNSmokeCustomDetection();