ViT-Adapter
ViT-Adapter copied to clipboard
Can I do instance segmentation with ground-truth bounding box?
Thanks for sharing the great repo! I have a few GT bounding box of several overlapped objects. I am wondering if it is possible to use these GT bbox to do insance segmentation? If so, how? Thanks!
Hello, you can check the documentation of mmdet to see if it has this function. Maybe you need to modify the inference code for mmdet.