"examples/vscode:/vscode.git/clone" did not exist on "2f44d630460666c7e8acd54a54e81340ad71526f"
Commit 6f91d7b1 authored by vishnubanna's avatar vishnubanna
Browse files

final

parent bf70fac4
......@@ -354,14 +354,3 @@ def build_darknet(
kernel_regularizer=l2_regularizer)
model.summary()
return model
# if __name__ == "__main__":
# from yolo.configs import backbones
# from official.core import registry
# model = backbones.Backbone(type="darknet", darknet=backbones.DarkNet(model_id="darknet53"))
# cfg = temp(model)
# model = factory.build_backbone(tf.keras.layers.InputSpec(shape = [None, 416, 416, 3]), cfg, None)
# print(model.output_specs)
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