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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: FaceGrab – Create image-set for computer vision with FB profile images

2 点作者 aaggarwal将近 10 年前

1 comment

aaggarwal将近 10 年前
Hi, FaceGrab lets you bulk download anyone&#x27;s Facebook full-size profile image from their username or userid without any need for login. It uses Facebook&#x27;s Graph search.<p>This project was a code sprint. I started it when I needed an image set for a machine learning problem. I came across a Facebook graph feature which returns full-size profile images. I thought I could use this feature to programmatically generate a data-set of actual images. I consulted Facebook about the use of this feature as bug, they responded that the profile pictures are public and its not their responsibility.<p>So, I created this to generate a data-set of Facebook profile images. I think it could be useful for anyone requiring a big image data-set for computer vision problems involving image processing or machine learning applications, or maybe more. Any comments are welcome and feedback is much appreciated.