Skip to content
Discussion options

You must be logged in to vote

In mmdet 2.x, it needs to modify the code to achieve the function. You can hack in the model and directly return the results of self.forward(feats) in bbox_head.

If you try the newest mmdet 3.0, you can directly get the raw outputs by using output = model(input, mode='tensor').

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ZwwWayne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8797 on November 08, 2022 08:14.