You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
模型库
PaddleRS的基础模型库来自PaddleClas、PaddleSeg、PaddleDetection以及PaddleGAN,可以通过相关的链接进行查看。而在此之外,PaddleRS也针对遥感任务添加了一些特有的模型库,可用于遥感图像语义分割、遥感变化检测等。
自定义模型库
模型名称 | 用途 |
---|---|
FarSeg | 语义分割 |
BIT | 变化检测 |
CDNet | 变化检测 |
DSIFN | 变化检测 |
STANet | 变化检测 |
SNUNet | 变化检测 |
DSAMNet | 变化检测 |
FCEarlyFusion | 变化检测 |
FCSiamConc | 变化检测 |
FCSiamDiff | 变化检测 |
如何导入
模型均位于paddlers/models
和paddlers/custom_models
中,对于套件中的模型可以通过如下方法进行使用
from paddlers.models import xxxx
而PaddleRS所特有的模型可以通过如下方法调用
from paddlers.custom_models import xxxx