You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cpu运行情况:
Warning: Unable to use OC-SORT, please install filterpy, for example: pip install filterpy, see https://github.com/rlabbe/filterpy
2023-04-24 17:17:08,635-WARNING: post-quant-hpo is not support in system other than linux
Image1 size is 5912 x 3858 pixels.
Image2 size is 5912 x 3858 pixels.
2023-04-24 17:17:08 [WARNING] Cannot find raw_params. Default arguments will be used to construct the model.
2023-04-24 17:17:08 [INFO] Model[BIT] loaded.
cpu
0%| | 0/6 [00:00<?, ?it/s]
2 out of 6 blocks processed.: 33%|███▎ | 2/6 [00:12<00:24, 6.10s/it]
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:35<00:00, 5.70s/it]2023-04-24 17:17:45 [INFO] GeoTiff file saved in output\ref.tif.
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:35<00:00, 5.85s/it]
Total time consumed: 1.2861473560333252.
gpu生成shape文件:
gpu运行情况:
Warning: Unable to use OC-SORT, please install filterpy, for example: pip install filterpy, see https://github.com/rlabbe/filterpy
2023-04-24 17:12:26,120-WARNING: post-quant-hpo is not support in system other than linux
Image1 size is 5912 x 3858 pixels.
Image2 size is 5912 x 3858 pixels.
2023-04-24 17:12:26 [WARNING] Cannot find raw_params. Default arguments will be used to construct the model.
2023-04-24 17:12:26 [INFO] Model[BIT] loaded.
gpu
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:09<00:00, 1.52s/it]
2023-04-24 17:12:49 [INFO] GeoTiff file saved in output\ref.tif.
Total time consumed: 81.71551060676575.
Thanks for your issue. To help us better solve the issue, please provide the following information:
欢迎您的提问。辛苦您提供以下信息,以方便我们快速定位和解决问题:
问题:
工作流程是:通过滑动窗口推理得到tiff,使用mask2shape生成shape文件;
目前问题:
cpu跑出来的两期影像生成的正确和shp矢量文件是正确的,
而gpu跑出来则是错误跟预期不一样,也即是paddlers-gpu运行结果出错。
代码:
结果:
cpu结果:
cpu生成shape文件:
cpu运行情况:
Warning: Unable to use OC-SORT, please install filterpy, for example:
pip install filterpy
, see https://github.com/rlabbe/filterpy2023-04-24 17:17:08,635-WARNING: post-quant-hpo is not support in system other than linux
Image1 size is 5912 x 3858 pixels.
Image2 size is 5912 x 3858 pixels.
2023-04-24 17:17:08 [WARNING] Cannot find raw_params. Default arguments will be used to construct the model.
2023-04-24 17:17:08 [INFO] Model[BIT] loaded.
cpu
0%| | 0/6 [00:00<?, ?it/s]
2 out of 6 blocks processed.: 33%|███▎ | 2/6 [00:12<00:24, 6.10s/it]
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:35<00:00, 5.70s/it]2023-04-24 17:17:45 [INFO] GeoTiff file saved in output\ref.tif.
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:35<00:00, 5.85s/it]
Total time consumed: 1.2861473560333252.
gpu生成shape文件:
gpu运行情况:
Warning: Unable to use OC-SORT, please install filterpy, for example:
pip install filterpy
, see https://github.com/rlabbe/filterpy2023-04-24 17:12:26,120-WARNING: post-quant-hpo is not support in system other than linux
Image1 size is 5912 x 3858 pixels.
Image2 size is 5912 x 3858 pixels.
2023-04-24 17:12:26 [WARNING] Cannot find raw_params. Default arguments will be used to construct the model.
2023-04-24 17:12:26 [INFO] Model[BIT] loaded.
gpu
6 out of 6 blocks processed.: 100%|██████████| 6/6 [00:09<00:00, 1.52s/it]
2023-04-24 17:12:49 [INFO] GeoTiff file saved in output\ref.tif.
Total time consumed: 81.71551060676575.
解决方案:
采用paddlepaddle==2.3.2,paddlepaddle-gpu==2.3.2,cuda 11.2,cudnn 8.2.1,paddlers成功安装后,gpu能够跑出正确结果。
The text was updated successfully, but these errors were encountered: