TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: bbox-visualizer – Make drawing and labeling bounding boxes easy as cake

67 点作者 shoumikchow超过 4 年前

4 条评论

mrkwse超过 4 年前
Drawing these bounding boxes can be a fiddly thing to get right, and for some it can be troublesome, so this probably will be worthwhile for a group of people.<p>With that said, the dependency on OpenCV seems entirely overkill. Surely Pillow would be a much more sensible dependency (with ImageDraw), as all you&#x27;re doing with this package is drawing rectangles and labels, rather than handling any CV tasks?
评论 #24610165 未加载
评论 #24609277 未加载
anthonysarkis超过 4 年前
How does this compare to <a href="https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;models&#x2F;blob&#x2F;master&#x2F;research&#x2F;object_detection&#x2F;utils&#x2F;visualization_utils.py#L271" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;models&#x2F;blob&#x2F;master&#x2F;research&#x2F;ob...</a> ? (Tensorflow is not needed for some of those functions)
评论 #24620440 未加载
briggers超过 4 年前
Nice one.<p>More useful to me would be something similar that operates on tensors on the GPU.<p>Doing image annotations on host&#x2F;CPU often becomes a bottleneck.
评论 #24612354 未加载
评论 #24611991 未加载
nom超过 4 年前
Can someone explain to me why I would need a library to draw bounding boxes with a label? I don&#x27;t understand why this is a hard problem that warrants a library. There isn&#x27;t even any &#x27;fiddly math&#x27; in there.<p>I seriously don&#x27;t get it. Have we become so incapable that we can&#x27;t draw rectangles and labels anymore by our self?
评论 #24609552 未加载
评论 #24609987 未加载