You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const feature::EImageDescriberType d = imageDescribers.at(descIdx)->getDescriberType();
187
+
featuresPerView.at(viewIdx) = nullptr;
184
188
185
-
#pragma omp critical
189
+
if (errorOnMissing)
186
190
{
187
191
ALICEVISION_LOG_ERROR("Cannot load features for View " << viewIds.at(viewIdx) << " for describer type " << feature::EImageDescriberType_enumToString(d) << ".");
0 commit comments