TransVG icon indicating copy to clipboard operation
TransVG copied to clipboard

Will the code of TransVG++ be released? thank you

Open linhuixiao opened this issue 1 year ago • 3 comments

Will the code of TransVG++ be released? Besides, in TransVG++, the abstract mentioned it‘s a pure-Transformer framework, while in 4.2 Deatails of the paper, it says that "use Mask R-CNN [84] in TransVG++", is it a conflict? thank you!

linhuixiao avatar Aug 10 '23 09:08 linhuixiao

As for "use Mask R-CNN [84] in TransVG++", is it a writing mistake?

linhuixiao avatar Aug 10 '23 15:08 linhuixiao

As for "use Mask R-CNN [84] in TransVG++", is it a writing mistake?

linhuixiao avatar Aug 10 '23 15:08 linhuixiao

No, it is not a writing mistake. We use Mask R-CNN to pre-train the ViT backbone parameters in the journal version. You could also regard the pretraining process as training a ViTDet but without the window attention strategy.

djiajunustc avatar Feb 28 '24 14:02 djiajunustc