mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Mark OpenVINO models for G-API tests optional
This commit is contained in:
@@ -255,8 +255,8 @@ private:
|
||||
struct BaseAgeGenderOV: public ::testing::Test {
|
||||
BaseAgeGenderOV() {
|
||||
initDLDTDataPath();
|
||||
xml_path = findDataFile(SUBDIR + "age-gender-recognition-retail-0013.xml");
|
||||
bin_path = findDataFile(SUBDIR + "age-gender-recognition-retail-0013.bin");
|
||||
xml_path = findDataFile(SUBDIR + "age-gender-recognition-retail-0013.xml", false);
|
||||
bin_path = findDataFile(SUBDIR + "age-gender-recognition-retail-0013.bin", false);
|
||||
device = "CPU";
|
||||
blob_path = "age-gender-recognition-retail-0013.blob";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user