open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.22k stars 9.4k forks source link

Bbox feats (embeddings) from ONNX model #11707

Open GeorgePearse opened 4 months ago

GeorgePearse commented 4 months ago
image

I'm trying to find the ONNX node that most closely matches the output of bbox_feats in a two_stage model, and I'm not sure how to go about it.

image