CSAILVision / CSAILVision/LabelMeAnnotationTool
Bug with the polygon annotation generated - Online Tool
- 主要语言
- JavaScript
- 星标
- 1.5k
- 派生
- 443
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello,
I'm working with the online tool in order to label instances in images and obtain the mask of each object from the annotation generated for each polygon made in the image.
The problem is that the points generated have out of bounds values, for example, if I have an image which size is (1024, 512), if I draw a polygon in a edge (x = 0, or x = 1024), the XML generated has values like 1025.
At the beginning I notice that each point generated starts at 1, not in 0, because where is values like x = 1024 or y = 512, but a x = 1025 is rare.
You guys are doing an excellent job, best regards,
Adán Mora
贡献指南
这个仓库没有索引到贡献指南
调研方向
从在线工具的多边形标注流程开始,使用所述尺寸在图像边缘复现该问题。检查多边形点如何转换为生成的 XML;当边缘坐标保持在图像边界内并遵循预期的零基坐标约定时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- computer-vision, frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100