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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Object Recognition for Photo Metadata

3 点作者 hyperific超过 2 年前
I have a lot of untagged photos on my hard drive, loosely organized in folders. My image collection is large enough now that the folder structure is getting too cumbersome. I know a lot of photographers use metadata tags but at this point my library is so large that it&#x27;d take me months to tag everything. I&#x27;m looking for a program that will iterate over my photos, detect from a wide variety of object types and subsequently append those object labels to the image&#x27;s metadata as tags.<p>Any ideas?

5 条评论

RobotToaster超过 2 年前
Depending on how they were taken, it may not need to be that complicated. Most phones for instance embed GPS coordinates in photos metadata, which can be accessed by some photo organisation software.<p>I&#x27;d be interested if anyone does know of anything that can do what you ask though, I know lightroom can recognise faces, but more organisation is always good.
评论 #33220235 未加载
tough超过 2 年前
Maybe something like facebookresearch&#x2F;detic<p>You can try it out in replicate: <a href="https:&#x2F;&#x2F;replicate.com&#x2F;facebookresearch&#x2F;detic" rel="nofollow">https:&#x2F;&#x2F;replicate.com&#x2F;facebookresearch&#x2F;detic</a><p>If you&#x27;re not a software engineer, would you pay for this as an app?<p>Might need to build it over the weekend lol
评论 #33220452 未加载
kenan01超过 2 年前
Calvin Davis Jr. <a href="https:&#x2F;&#x2F;open.spotify.com&#x2F;artist&#x2F;4Qh8jIwyRd1ejIHdQCBrG4?utm_source=samsung&amp;utm_medium=keyboard" rel="nofollow">https:&#x2F;&#x2F;open.spotify.com&#x2F;artist&#x2F;4Qh8jIwyRd1ejIHdQCBrG4?utm_s...</a>
version_five超过 2 年前
If you have some software experience, look up detectron2 from Facebook. What you are describing would be very easy to do with their toolkit - they have a notebook that can get you started. But it assumes you can program in python
评论 #33220242 未加载
评论 #33220024 未加载
mikewarot超过 2 年前
I know you&#x27;ve probably already thought of this, but be sure to give the tags a signature, so you can revise them later when a newer, better model comes along, OR you do manual corrections.
评论 #33220210 未加载