File tree Expand file tree Collapse file tree 3 files changed +258
-78
lines changed Expand file tree Collapse file tree 3 files changed +258
-78
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,12 @@ private_data(
226226 FILE "construction_vest.mp4"
227227 LOCATION construction_vest
228228)
229+ private_data(
230+ URL "https://artifacts.luxonis.com/artifactory//luxonis-depthai-data-local/misc/dynamic_calibration_test_data.tar"
231+ SHA1 "520d97199757f6fa0497c4037dcca5a43c7be3de"
232+ FILE "dynamic_calibration_test_data.tar"
233+ LOCATION dynamic_calibration_test_data
234+ )
229235
230236### Helper script to wrap the tests with a timeout ############################
231237
@@ -335,6 +341,10 @@ dai_set_test_labels(openvino_blob_test ondevice rvc2_all ci)
335341# Dynamic calibration tests
336342dai_add_test(dynamic_calibration_test src/ondevice_tests/dynamic_calibration_test.cpp)
337343dai_set_test_labels(dynamic_calibration_test ondevice rvc2_all ci)
344+ target_compile_definitions (dynamic_calibration_test PRIVATE RECORDING_PATH="${dynamic_calibration_test_data} " )
345+
346+ dai_add_test(dynamic_calibration_onhost_test src/onhost_tests/dynamic_calibration_test.cpp)
347+ dai_set_test_labels(dynamic_calibration_onhost_test onhost)
338348
339349# Neural network test
340350dai_add_test(neural_network_test src/ondevice_tests/neural_network_test.cpp)
You can’t perform that action at this time.
0 commit comments