how to overwrite mmdet/models/detectors/base.py #9870
Unanswered
dohyeonYoon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my visualize code
So far, I've added new argments to the show_result function.
/dohyeon/mmdetection/mmdet/models/detectors/base.py
(
mmdetection/mmdet/models/detectors/base.py
Lines 276 to 288 in e9cae2d
I modified this part.
But I don't want to modify the original file (base.py) anymore.
I want to create a new file (/dohyun/new_base.py) and add the arguments of the above function.
What parts and how can I modify them?
I would appreciate it if you could give me an example of the code.
Beta Was this translation helpful? Give feedback.
All reactions