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