ssd anchors calculator add fixed anchors.
PiperOrigin-RevId: 509574814
This commit is contained in:
committed by
Copybara-Service
parent
a578a702ec
commit
c66b7e83f0
@@ -15,19 +15,13 @@
|
||||
# Description:
|
||||
# Working with dense optical flow in mediapipe.
|
||||
|
||||
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_cc_proto_library")
|
||||
load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library")
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
proto_library(
|
||||
mediapipe_proto_library(
|
||||
name = "anchor_proto",
|
||||
srcs = ["anchor.proto"],
|
||||
)
|
||||
|
||||
mediapipe_cc_proto_library(
|
||||
name = "anchor_cc_proto",
|
||||
srcs = ["anchor.proto"],
|
||||
deps = [":anchor_proto"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user