Questions tagged [photo-tagging]
26 questions
6
votes
5 answers
Need an automatic image tagging API, any suggestions?
I'm building an application which needs to take an image and infer tags related to it. Those tags can be about things, adjectives or even emotions related to the picture.
I've already found ALIPR. But I tested it, some other people tested it also…

fjsj
- 10,995
- 11
- 41
- 57
5
votes
2 answers
Delphi Components for Face Identification and Tagging
Are there any good components, free or commercial, available for Delphi (I use Delphi 2009) that will allow me to easily implement face detection and tagging of the faces in photos (i.e. graphics/images)?
I need to do something similar to what…

lkessler
- 19,819
- 36
- 132
- 203
3
votes
1 answer
What is the best way to get list of photos with me and a friend tagged in them?
I'm doing this fql:
SELECT object_id, pid, src_big, src_big_height, src_big_width, src, src_height, src_width
FROM photo
WHERE pid IN (SELECT pid FROM photo_tag WHERE subject= [me_uid]) AND pid IN (SELECT pid FROM photo_tag WHERE subject=…

Mark
- 31
- 1
- 1
- 2
3
votes
1 answer
jQuery and Rails image tagging / rectangle selection
I have a simple problem in my mind but can't figure out where to start and JS isn't my strongest front. The JavaScript part is what gives me troubles.
I have an uploaded image which I want to drag my mouse upon to make a rectangle and get the…

YavorIvanov
- 145
- 1
- 8
3
votes
1 answer
Is there any JSF or Primefaces Photo tagger component?
Is there any built-in component for facebook like photo-tagging in JSF(Preferably in Primefaces). Or will it be in near future? I have googled a lot but found nothing -- I found a lot of jQuery photo taggers, but I am not good at jQuery, I am unable…
user517491
3
votes
1 answer
Photo-Tagging from scratch in ruby on rails?
Can anyone suggest me some good tutorials for photo tagging?
Thank you in advance.

Mohd Anas
- 634
- 1
- 9
- 22
3
votes
0 answers
How do I get all photos a fan page is tagged in with the Facebook Graph API?
I was able to write a PHP application which requests an access node for the admin of the FB Fan Page, and then requests an access node to gain access to the fan page itself.
I'm now able to get all photos that were posted to the timeline of the fan…

Bert Ramakers
- 41
- 3
2
votes
3 answers
How to make a JTextField appear when clicking an image?
So I'm trying to make this program that allows the user to tag photos using java (kinda like Facebook tagging). I have already done loading the image, and making mouselistener when the user clicks an area of the image.
How do I make a JTextField…

alicedimarco
- 325
- 1
- 5
- 20
2
votes
1 answer
Image tagging like facebook in asp.net
I am using asp.net and C#.
I have a image control, I want that people can tag that image[similar to facebook]. As I want to save the tag cordinated into the datbase, so that the admin can see the tags made by the user on the image. Please let me…

Rahul
- 233
- 7
- 21
2
votes
2 answers
Fetching photos in which 2 or more people are tagged
As the title says, I'm trying to fetch up to 10 photos in which the currently logged user and one or more of his/her friends are tagged. Currently I'm trying to do this with the PHP API and FQL.
I'm new to FQL, but not new to programming etc. The…

Mike Timberlake
- 63
- 1
- 7
2
votes
1 answer
"Tag" searching/exclusion query design issue
Background: I'm working on a homebrew project for managing a collection of my own images, and have been trying to implement a tag-based search so I can easily sift through them.
Right now, I'm working with RedBean's tagging API for applying tags to…

damianb
- 1,224
- 7
- 16
1
vote
1 answer
What is the best way to find photos where ALL tags to be searched on are in the photos using FQL?
If I want to use FQL to search for photos where 2 people are in the photos I can do this using the following code -
$fql_query_url = 'https://graph.facebook.com/' .…

undefined
- 5,190
- 11
- 56
- 90
1
vote
1 answer
Tensorflow predict more than one tag
I am very new to TensorFlow as well as stackoverflow. I am working on a project in which I'm supposed to recommend 5 most suitable tags for a photo. Tensorflow gives you a prediction value for every tag you've trained the final layer for & in that…

Anuj Agarwal
- 11
- 2
1
vote
1 answer
FQL: Retrieving photos that have multiple friends tagged
How would I retrieve all the photos that have multiple friends tagged given a few friend IDs?
The following doesn't seem to retrieve all photos (or any in many cases):
SELECT object_id, src_big FROM photo WHERE pid IN
(SELECT pid FROM photo_tag…

HHHH
- 1,197
- 2
- 16
- 28
1
vote
1 answer
how to add a "Tag photo" button to start tagging/ end tagging
I am using the photo tagging script found here
http://www.bryantan.info/jquery/5 Very simple code.
It works great, but is always in tag enabled mode. How can I implement a button "Tag photo", which when clicked will enable tagging, and otherwise,…

aVC
- 2,254
- 2
- 24
- 46