You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/04 08:33:19 UTC

[GitHub] [tvm] blackkker opened a new pull request, #12003: [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] blackkker commented on pull request #12003: [Frontend][TFLite] Add support for NonMaxSuppressionV5 op

Posted by GitBox <gi...@apache.org>.
blackkker commented on PR #12003:
URL: https://github.com/apache/tvm/pull/12003#issuecomment-1173676170

   @AndrewZhaoLuo 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #12003: [Frontend][TFLite] Add support for NonMaxSuppressionV5 op

Posted by GitBox <gi...@apache.org>.
masahi merged PR #12003:
URL: https://github.com/apache/tvm/pull/12003


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org