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] 前端实现场景分类功能 & [Style] 规范代码风格 #21

Merged
merged 5 commits into from
Sep 26, 2022
Merged

[Feature] 前端实现场景分类功能 & [Style] 规范代码风格 #21

merged 5 commits into from
Sep 26, 2022

Commits on Sep 24, 2022

  1. 9.24更新 (#5)

    * 新增场景分类功能
    
    * 1.修复绘制目标框不准确的bug
    2.修复图像偏色问题
    3.将目标框颜色改为更显眼的紫色
    
    * 修改滑窗步长,加快推理速度
    
    * 1.修改场景分类读取图像的接口,改用paddelrs中的decode_image
    2.修改地物分类结果图像的颜色显示
    3.去除地物分类任务中的冗余代码
    
    * 删除地物分类中冗余代码
    
    * 1.修改错误函数名(批量处理)
    2.删除渲染函数中冗余代码
    3.改用cv2统一对图像进行操作处理,去除skimage的引用
    terayco committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    73ebe70 View commit details
    Browse the repository at this point in the history
  2. 场景分类功能的前端实现

    1.  前端实现场景分类功能
    2.  移除不必要的依赖,使得CI可以在Node.js 16.x下通过
    yibaikuai committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    f5f2b35 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    d1f1cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152cba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf3e18b View commit details
    Browse the repository at this point in the history