PaddleRS
PaddleRS copied to clipboard
Awesome Remote Sensing Toolkit based on PaddlePaddle.
1. 更新了复原任务相关文档; 2. 为FCCDN添加了单测; 3. 增加了数据集预处理脚本部分的介绍文档。
1. 为当前支持的、已有tutorial的所有模型添加TIPC的基础训推链条支持(lite_train_lite_infer与whole_train_whole_infer两种模式); 2. 对以上所有模型在whole_train_whole_infer模式下测算精度,并记录参考预测精度; 3. 修复和新增一部分复原任务相关的文档; 4. 修复一部分复原任务相关bug。
WIN11 anaconda python 3.7 git clone https://github.com/PaddleCV-SIG/PaddleRS cd PaddleRS git checkout develop pip install -r requirements.txt python setup.py install ``` Building wheel for pyrfr (setup.py) ... error error: subprocess-exited-with-error ×...
parser = argparse.ArgumentParser() parser.add_argument("--mask_path", type=str, required=True, \ help="Path of mask data.") parser.add_argument("--save_path", type=str, required=True, \ help="Path to store the GeoJSON file (the coordinate system is WGS84).") args = parser.parse_args() convert_data(args.raster_path,...
(paddle_env) E:\PaddleRS>python setup.py install Traceback (most recent call last): File "setup.py", line 16, in import paddlers File "E:\PaddleRS\paddlers\__init__.py", line 17, in from paddlers.utils.env import get_environ_info, init_parallel_env File "E:\PaddleRS\paddlers\utils\__init__.py", line 28,...
I tried to train a mdoel like official example. But I have the note that 'AttributeError: module 'paddlers.transforms' has no attribute 'DecodeImg''. What is wrong with the paddlers? Hope for...
paddlers.tasks.cd.BIT().train()的log_interval_steps参数为True时会打印日志,我想知道打印日志的具体实现代码在哪个路径,进而能够找到每次打印的loss的计算方法
Thanks for your issue. To help us better solve the issue, please provide the following information: 1. PaddleRS version: (please specify the branch as well,e.g. PaddleRS release/1.0) 2. PaddlePaddle version:...
Welcome to request a new feature! To help us better understand your request, please provide the following information: 1. A clear and concise description of the requested feature. 2. Tell...
Error: ../paddle/phi/kernels/funcs/scatter.cu.h:66 Assertion `scatter_i >= 0` failed. The index is out of bounds, please check whether the dimensions of index and input meet the requirements. It should be greater than...