tensorflow / models

Models and examples built with TensorFlow
Other
76.99k stars 45.78k forks source link

NMS and EVALUATION report #10663

Open maisuria-Anand opened 2 years ago

maisuria-Anand commented 2 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the file you are using

https://github.com/tensorflow/models/tree/master/official/...

2. Describe the feature you request

I am actually using the EfficientDet Model on AWS SageMaker but what I want to have a NMS layer on the inference because when I train my model the NMS is not applied and also I want is to have the loss and the accuracy not on tensorboard but on text file or on an other thing

4. Are you willing to contribute it? (Yes or No)

No

yeqingli commented 2 years ago

Please elaborate the question. What feature do you need? It seems that the EfficentDet is mostly from ODAPI instead of the official model garden.

Also you might want to check the NMS implementation in TF, such as tf.image.non_max_suppression or tf.image.combined_non_max_suppression