xuannianz / EfficientDet

EfficientDet (Scalable and Efficient Object Detection) implementation in Keras and Tensorflow
Apache License 2.0
1.39k stars 395 forks source link

Can anyone help me to know the name of input and output node in efficientdet_d0 model #242

Closed sainisanjay closed 3 years ago

sainisanjay commented 3 years ago

@xuannianz Can you help me to know the name of input and output node in efficientdet_d0 model

VeereshVS commented 3 years ago

You can print the model summary, which will have the details. model.summary() will do the job.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.