Commit c4a9fa69 authored by Vishnu Banna's avatar Vishnu Banna
Browse files

addressing comments

parent 6de77679
......@@ -178,7 +178,7 @@ class YoloLayer(tf.keras.Model):
# determine the number of classes
classes = class_scores.get_shape().as_list()[
-1] #tf.shape(class_scores)[-1]
-1]
# configurable to use the new coordinates in scaled Yolo v4 or not
boxes = None
......
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