Internal change
PiperOrigin-RevId: 527909361
This commit is contained in:
parent
cf22c97143
commit
b2fbb2ddab
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user