Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 自定义权重的前端适配 #33

Merged
merged 28 commits into from
Oct 13, 2022
Merged

[Feature] 自定义权重的前端适配 #33

merged 28 commits into from
Oct 13, 2022

Conversation

yibaikuai
Copy link
Member

@yibaikuai yibaikuai commented Oct 12, 2022

  • 实现自定义权重的前端适配
  • 解决缩放浏览器时变化检测功能区两个”上传文件夹“布局混乱的问题
  • 修复变化检测功能区清空图片按钮的布局bug
  • 修改文件名的命名

yibaikuai and others added 27 commits September 21, 2022 21:13
* 新增场景分类功能

* 1.修复绘制目标框不准确的bug
2.修复图像偏色问题
3.将目标框颜色改为更显眼的紫色

* 修改滑窗步长,加快推理速度

* 1.修改场景分类读取图像的接口,改用paddelrs中的decode_image
2.修改地物分类结果图像的颜色显示
3.去除地物分类任务中的冗余代码

* 删除地物分类中冗余代码

* 1.修改错误函数名(批量处理)
2.删除渲染函数中冗余代码
3.改用cv2统一对图像进行操作处理,去除skimage的引用
场景分类功能的后端实现
# Conflicts:
#	backend/applications/interface/object_detection.py
* 新增场景分类功能

* 1.修复绘制目标框不准确的bug
2.修复图像偏色问题
3.将目标框颜色改为更显眼的紫色

* 修改滑窗步长,加快推理速度

* 1.修改场景分类读取图像的接口,改用paddelrs中的decode_image
2.修改地物分类结果图像的颜色显示
3.去除地物分类任务中的冗余代码

* 删除地物分类中冗余代码

* 1.修改错误函数名(批量处理)
2.删除渲染函数中冗余代码
3.改用cv2统一对图像进行操作处理,去除skimage的引用

* 1.变化检测滑窗推理部分改为PaddleRS原生的slider_predict()方法
2.滑窗尺寸和步长改为可调的
3.修改目标检测代码中的不恰当注释
4.修改错误函数名(上次没看到,梅开二度)

* 新增图像修复功能

* lint
@Bobholamovic Bobholamovic requested a review from jscslld October 13, 2022 02:13
@yibaikuai yibaikuai changed the title [Feature] 前端实现自定义模型训练功能 [Feature] 自定义权重的前端适配 Oct 13, 2022
Copy link
Member

@jscslld jscslld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新增部分LGTM,但在测试过程中发现了图片下载压缩功能逻辑不正确的历史遗留问题,已向作者反馈进行反馈修改,等修复后一起合入。此外测试中发现了后端存在目录不存在时抛出未预料的异常的问题,已通过 #34 进行修复。

@Bobholamovic Bobholamovic requested a review from jscslld October 13, 2022 04:28
Copy link
Member

@jscslld jscslld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Bobholamovic Bobholamovic merged commit 8ee73b4 into PaddleCV-SIG:develop Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants