Internal change

PiperOrigin-RevId: 527909361
This commit is contained in:
MediaPipe Team 2023-04-28 09:41:42 -07:00 committed by Copybara-Service
parent cf22c97143
commit b2fbb2ddab

View File

@ -84,7 +84,7 @@ constexpr char kSegmentationMaskTag[] = "SEGMENTATION_MASK";
constexpr char kSegmentationMaskName[] = "segmentation_mask";
constexpr float kLiteModelFractionDiff = 0.05; // percentage
constexpr float kGoldenMaskSimilarity = 1.0;
constexpr float kGoldenMaskSimilarity = .98;
template <typename ProtoT>
ProtoT GetExpectedProto(absl::string_view filename) {