From 9db1bec5ed4269526f92a382b51bad256e5e2ca7 Mon Sep 17 00:00:00 2001 From: geoyee Date: Tue, 8 Feb 2022 16:43:58 +0800 Subject: [PATCH] Move v0.2 TODO in project --- README.md | 18 ------------------ docs/README_CN.md | 18 ------------------ 2 files changed, 36 deletions(-) diff --git a/README.md b/README.md index 90378df..55badcb 100644 --- a/README.md +++ b/README.md @@ -65,24 +65,6 @@ This work is in progress, at present, the relevant documents are as follows : ## TODO -### v0.2 - -- [x] Environment dependency package check. -- [x] Add another model, like Vision Transform. -- [x] Add note : - - [x] About how to training your data in AI Studio / Local. - - [x] About different model (paper's link). -- [x] Accelerate and reduce memory : - - [x] PaddlePaddle setting. - - [x] Add maximum pixelsize to calculate / using GDAL `translat / warp` to make raster smaller. - - [x] Block stacking and saving. -- [x] Convert PaddlePaddle to ONNX. - - [x] Update README. -- [x] Test (try to use ONNX) : - - [x] On Windows 10/11. - - [x] On Linux (Ubuntu). - - [x] On mac OS Big Sur+. - ### v0.3 - [ ] Add online map tiles support : diff --git a/docs/README_CN.md b/docs/README_CN.md index 2e5c19c..85a6384 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -66,24 +66,6 @@ git clone git@github.com:deepbands/buildseg.git ## 待办事项 -### v0.2 - -- [x] 环境中依赖包的检查。 -- [x] 添加例如ViT等的其他模型。 -- [x] 添加描述说明: - - [x] 关于如何在AI Studio以及本地训练自己的数据。 - - [x] 关于不同模型(论文链接)。 -- [x] 加速和减小内存: - - [x] 设置PaddlePaddle预测引擎。 - - [x] 添加最大像素值计算或者使用GDAL的`translat / warp`来减小栅格大小 - - [x] 使用分块拼接和保存。 -- [x] 转换PaddlePaddle为ONNX。 - - [x] 更新README。 -- [x] 测试(尝试使用ONNX): - - [x] 在 Windows 10/11上。 - - [x] 在Linux(Ubuntu)上。 - - [x] 在mac OS Big Sur+上。 - ### v0.3 - [ ] 添加对在线地图瓦片的支持: