blackkker opened a new pull request, #12003:
URL: https://github.com/apache/tvm/pull/12003

   When I import 
[EfficientDet_lite](https://github.com/PINTO0309/PINTO_model_zoo/tree/main/103_EfficientDet_lite)
 model,  the NonMaxSuppressionV5 op is not supported yet. I implemented it with 
reference to 
[nms](https://github.com/apache/tvm/blob/5efe8b0bfdff4c9939185a7581dc77e23cbcb6d5/python/tvm/relay/frontend/tensorflow_ops.py#L729)
 of tensorflow and 
[TFLite_Detection_PostProcess](https://github.com/apache/tvm/blob/5efe8b0bfdff4c9939185a7581dc77e23cbcb6d5/python/tvm/relay/frontend/tflite.py#L3243)
 of TFLite. 
   Also, I constructed the test case with reference to  the model.
   
   > test_case_nms_v5
   
![test_case_nms_v5](https://user-images.githubusercontent.com/32191045/177115152-fa827dd7-8fe8-4327-837a-a7a9e5f4d1d2.png)
   
   > model_nms_v5
   
![model_nms_v5](https://user-images.githubusercontent.com/32191045/177114415-cee2a351-ade9-4ff1-9f78-e1f60e5aa7f6.png)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to