mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 05:31:07 +00:00
This commit is contained in:
@@ -46,6 +46,10 @@ steps:
|
||||
E2E_LOG_TAIL=300 \
|
||||
bash run_test.sh tests/test_health_engine.py::TestHealthEngineStep03Warmed -rs
|
||||
|
||||
if [ ! -f results/report.csv ]; then
|
||||
echo "ERROR: results/report.csv is missing; cannot verify Jetson conversion warm-up result"
|
||||
exit 1
|
||||
fi
|
||||
if grep -qi 'skipped' results/report.csv; then
|
||||
echo "ERROR: Jetson conversion warm-up tests were skipped; no engine was produced"
|
||||
cat results/report.csv
|
||||
|
||||
@@ -73,7 +73,7 @@ def video_events(warm_engine, http_client, auth_headers):
|
||||
"X-Channel-Id": channel_id,
|
||||
"X-Filename": "video_test01.mp4",
|
||||
"X-Config": json.dumps(
|
||||
{"model_batch_size": 1, "frame_period_recognition": 100}
|
||||
{"model_batch_size": 1, "frame_period_recognition": 25}
|
||||
),
|
||||
"Content-Type": "application/octet-stream",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user