Skip to content

Commit

Permalink
Update BUILD
Browse files Browse the repository at this point in the history
remove dependencies of unused images
  • Loading branch information
SwatiModi committed Oct 27, 2020
1 parent 19f5ff6 commit b5cd346
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ android_binary(
assets = [
"//mediapipe/graphs/portrait_segmentation:mobile_gpu.binarypb",
"//mediapipe/models:portrait_segmentation.tflite",
"//mediapipe/calculators/image/testdata:clouds2.png",
"//mediapipe/calculators/image/testdata:stars.png",
"//mediapipe/calculators/image/testdata:stars2.jpg",
# "//mediapipe/calculators/image/testdata:clouds2.png",
# "//mediapipe/calculators/image/testdata:stars.png",
# "//mediapipe/calculators/image/testdata:stars2.jpg",
"//mediapipe/calculators/image/testdata:buildings.jpg",
],
assets_dir = "",
Expand Down

0 comments on commit b5cd346

Please sign in to comment.