Skip to content

Commit c4a9fa6

Browse files
committed
addressing comments
1 parent 6de7767 commit c4a9fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/vision/beta/projects/yolo/modeling/layers/detection_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def parse_prediction_path(self, key, inputs):
178178

179179
# determine the number of classes
180180
classes = class_scores.get_shape().as_list()[
181-
-1] #tf.shape(class_scores)[-1]
181+
-1]
182182

183183
# configurable to use the new coordinates in scaled Yolo v4 or not
184184
boxes = None

0 commit comments

Comments
 (0)