larenzhang
larenzhang
In the config file https://github.com/ViTAE-Transformer/ViTDet/blob/main/configs/ViTDet/ViTDet-ViT-Base-100e.py, It seems that the VitDet in your implementation still adopts the FPN modules rather than the simple pyramid structure as proposed in VitDet paper.
Thanks for your respond.Maybe the version of caffe is too old ,so that it's hard to compatible with my development enviroment.Therefore,I have installed the newest version of caffe and it...
Could you please tell me where the instructions are?
I have install the development environment according to the instructions.Then I want to test the model.However,it seems the program doesn't work well.Maybe I omit some important steps. My test steps...