VDIGPKU / CBNetV2

[TIP 2022] CBNetV2: A Composite Backbone Network Architecture for Object Detection
Apache License 2.0
375 stars 68 forks source link

How to show the results images? #26

Open RainbowSun11Q2H opened 3 years ago

RainbowSun11Q2H commented 3 years ago

Hi,

Thanks for your excellent work and codes.

I have reimplemented your whole process on the balloon dataset.

I have a little question. How can I draw the segmentation results on the images? Could you provide an example or an explanation about the variable "outputs" in test.py?

Thanks for your time.

Rainbow

Resham-Sundar commented 3 years ago

Have you tried using Improved HTC with DB-Swin-L for instance segmentation?

RainbowSun11Q2H commented 3 years ago

Have you tried using Improved HTC with DB-Swin-L for instance segmentation?

Nope. I meet the following problem

KeyError: "CascadeRCNN: 'CBSwinTransformer is not in the models registry'"

I see someone meeting the same problem, but the author has not given reply.

Rainbow