Remote-Sensing-RVSA icon indicating copy to clipboard operation
Remote-Sensing-RVSA copied to clipboard

The official repo for [TGRS'22] "Advancing Plain Vision Transformer Towards Remote Sensing Foundation Model"

Results 36 Remote-Sensing-RVSA issues
Sort by recently updated
recently updated
newest added

想问一下作者nc中的MHSA替换为RVSA是在预训练前完成的改动吗,还是下游任务训练时的改动? 如果我想对ViTAE骨干网络部分中的某些模块进行改动,是否需要重新预训练1600epoch?还是直接进行下游任务的训练就行? 盼回复!!感谢作者!!

backbone的有些层是qkv_bias,而有些层是q_bias和k_bias,请核实

问个肤浅的问题,为什么代码中ViTAE只有NC模块,不包含RC模块。remote sensing应用中的ViTAE结构与ViTAE: Vision Transformer Advanced by Exploring Intrinsic Inductive Bias论文中结构不同

请问有ViTAEv2作为骨干网络的检测模型吗

I am trying to simply use the pre-trained "ViTAE-B + RVSA ◊" on iSAID with the file "tools\test.py" , but I am getting the following error: ``` Traceback (most recent...

I found an error while using your code that some modules were not registered. This is due to the unsuccessful installation of mmcv_custom. How can I correctly configure the environment...