Skip to content

Commit c73181a

Browse files
Internal change
PiperOrigin-RevId: 551738880
1 parent c7bd1bf commit c73181a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow_graphics/projects/points_to_3Dobjects/transforms/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""Transforms."""
1515
import functools
1616

17-
from cvx2 import latest as cv2
17+
import cv2
1818
import numpy as np
1919
import tensorflow as tf
2020
from tensorflow_graphics.projects.points_to_3Dobjects.utils import image as image_utils

tensorflow_graphics/projects/points_to_3Dobjects/utils/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
"""Image functions."""
1515
# python3
16-
from cvx2 import latest as cv2
16+
import cv2
1717
import numpy as np
1818

1919

0 commit comments

Comments
 (0)