This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM68A: non-box nms using TIDL

Part Number: AM68A
Other Parts Discussed in Thread: AM68

We are currently experimenting with deep-learning-based keypoint extractors and matchers on AM68/TDA4 and need to perform nms over score grid instead of bbox output of yolo. Do you think it is possible to perform tidl acceleration for it?

here are reference implementations:

https://github.com/magicleap/SuperGluePretrainedNetwork/blob/master/models/superpoint.py#L47
https://github.com/magicleap/SuperPointPretrainedNetwork/blob/master/demo_superpoint.py#L151