Object detection#20
Closed
terayco wants to merge 8 commits intoPaddleCV-SIG:developfrom
terayco:object_detection
Closed
Object detection#20terayco wants to merge 8 commits intoPaddleCV-SIG:developfrom terayco:object_detection
terayco wants to merge 8 commits intoPaddleCV-SIG:developfrom
terayco:object_detection
Conversation
2.修复图像偏色问题 3.将目标框颜色改为更显眼的紫色
2.修改地物分类结果图像的颜色显示 3.去除地物分类任务中的冗余代码
2.删除渲染函数中冗余代码 3.改用cv2统一对图像进行操作处理,去除skimage的引用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.修复目标检测绘制框位置不准确的问题
2.修复目标检测结果图偏色的bug
3.各任务统一使用paddlers的decode_image接口对图像进行读取
4.删除多个文件中的冗余代码
5.修改变化检测滑窗推理步长,加快推理速度
6.修改错误函数名
7.图像渲染部分统一使用cv2进行处理,去除对skimage的使用