Skip to content

Commit

Permalink
(7/n) Release DeepFusion (https://arxiv.org/pdf/2203.08195.pdf)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 455700495
  • Loading branch information
LiYingwei authored and Copybara-Service committed Jun 17, 2022
1 parent b06f47c commit 6b75b05
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lingvo/tasks/car/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ py_library(
srcs_version = "PY3",
deps = [
":builder_lib",
":car_layers",
":detection_3d_lib",
":geometry",
":point_detector",
Expand Down Expand Up @@ -597,3 +598,17 @@ py_library(
# Implicit tensorflow_probability dependency.
],
)

py_library(
name = "deep_fusion",
srcs = ["deep_fusion.py"],
srcs_version = "PY3",
deps = [
":car_lib",
":pillars",
"//lingvo:compat",
"//lingvo/core:base_layer",
"//lingvo/core:py_utils",
# Implicit numpy dependency.
],
)

0 comments on commit 6b75b05

Please sign in to comment.