Unverified Commit f663da56 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Missing import: numpy as np for lines 174 & 175

parent 886cb59a
...@@ -41,6 +41,8 @@ back to rank 4. ...@@ -41,6 +41,8 @@ back to rank 4.
import tensorflow.compat.v2 as tf import tensorflow.compat.v2 as tf
import numpy as np
from official.vision.detection.utils.object_detection import box_list from official.vision.detection.utils.object_detection import box_list
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment