Make FaceLandmarksConnections to be a public class.
PiperOrigin-RevId: 526667505
This commit is contained in:
parent
35cf8c35f2
commit
6773188e26
|
@ -23,7 +23,7 @@ import java.util.stream.Collectors;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
/** Face landmarks connection constants. */
|
/** Face landmarks connection constants. */
|
||||||
final class FaceLandmarksConnections {
|
public final class FaceLandmarksConnections {
|
||||||
|
|
||||||
/** Value class representing face landmarks connection. */
|
/** Value class representing face landmarks connection. */
|
||||||
@AutoValue
|
@AutoValue
|
||||||
|
|
Loading…
Reference in New Issue
Block a user