Faces identified but tags missing

I'm having a problem with the Faces feature.  As an example, the image below shows 3 faces identified and labeled in the image, while only two "Faces" tags are listed on the right hand side. The last names have been erased for anonymity.
My library has ~ 4000 photos (~230 events) from various sources (e.g. iPhone, Canon Eos).  I use Faces (~120), Keywords (~250), Locations (hundreds), folders, albums, smart albums.  Some albums and individual photos have been shared with Facebook and Flickr (perhaps that's irrelevant).
Other recent symptoms:
Before I noticed the above issue, I made several changes to my library: tagged faces, merged faces, updated the email associated with faces (to match Facebook login), edited/renamed/deleted various keywords.  During this process over a few days, iPhoto did crash once and hung-force-quit another time (I believe during the renaming of keywords).  I noticed a few thumbnails that did not reflect their full sized photos - my fault as I had edited the on disk file using an editor outside of iPhoto's knowledge.
So, I backed up the iPhoto library.  Then I started iPhoto while holding down "option-Command" and in the First Aid dialog I selected "Repair Permissions".  I repeated these steps for "Rebuild Thumbnails" and then "Repair Database".  I did not use the "Rebuild Database" option as I figured that might be too invasive.  The culmination of these steps resulted in:
     1) Several hundred photos (all of which were previously iPhoto/Trashed) were added to the Recovered Photos folder (I'm not sure that's the exact name).
     2) Several hundred photos randomly added back to various events often to events they were not previously associated with.  Most of these were tagged "Photo Stream".  I have had other small issues with Photo Stream so it's now disabled since I'm not making much use of it.
     3) Several thumbnails added to events where there is no underlying full size image on disk.  Many of these have been found and deleted.
Bottom Line:
     1) How might I fix the missing Face tags?  I think the issue is limited to a handful of people and several dozen images.
     2) I spent several hours comparing a backed up iPhoto Library against the "Repaired" Library.  Are there tools to:
          a) report on the (in)consistency of the Library (non destructive).  I would run this tool regularly to help decide if "first aid" needed to be applied.
          b) evaluate differences between two libraries.
Parameters of my system:
     Macbook Pro, OSX 10.7.4
     iPhoto '11 (version 9.3.2).  My photo library probably started with iPhoto 9 and has been incrementally updated since then.
Any help will be appreciated.
Cheers,
Rob

Thanks for answer.
No they are missing in the tags (tag-tree) that were imported from my PSE 6. The tag-category that isn't working is not shown in the new categories: People, Places and Events.

Similar Messages

  • Tidy can balance open tag missing

    Hi,
    I am using tidy.parser for balance missing tag. Tidy can balance end tab missing. But in my case i want to balance user define open tag missing. Like that:
    <p>@amp_nbsp</p>
    <p style="margin-bottom: 0in; line-height: 150%">
         <font face="Arial, sans-
    serif">
              *<doublesquare>s*
         </font>
         <font face="Arial, sans-serif">
              <u>
                   electing by the gaming control
                   <doublesquare>unit in accordance</doublesquare>
                   with the game state a media
                   _*</doublesquare>*_
                   control unit from
              </u>
         </font>
         <font face="Arial, sans-serif">
              a set of one or more media control units, wherein each media
              control
         </font>
    </p>
    Here <doublesquare> is a tag create by me and i want to balance </doublesquare> with its opening tag.

    Hi Vincent,
    can you uninstall the new feature that you have published recently -
    you can try that using below comments
    stsadm -o deactivatefeature -filename yourcustomfeatureFolder\feature.xml -force -url "http://yoursite"
    stsadm -o uninstallfeature -filename yourcustomfeatureFolder\feature.xml -force
    Iisreset
    one you have done with, try to check your whether you scope in your feature.xml is correct in test environment.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • No rows to modify -- the row enclosing tag missing.

    I'm using the XDK in Java to process a number of XML files, loading into an Oracle DB relational table. I use OracleXMLSave.setXSLT to set a stylesheet to transform the input XML into the desired form for OracleXMLSave.insertXML and use OracleXMLSave.setRowTag to identify the row element in the transformed XML. I want to process all XML files in a single transaction (all or none get loaded).
    The problem I am having is that some of the XML files do not have any rows to insert (they have content, but not the desired content). The XSL file creates a valid XML document with no rows. However, when processed by OracleXMLSave.insertXML, the following exception results:
    Exception in thread "main" oracle.xml.sql.OracleXMLSQLException: No rows to modify -- the row enclosing tag missing. Specify the correct row enclosing tag.
    This causes processing to terminate, rolling back all previous inserts. I also tried modifying the XSL to create an empty row element. I would like a way to tell insertXML that rows may not exist in the input XML and that an exception should not be created for this. Anyone know a way to do this? Currently, I am trying to preprocess the files to make sure there will be rows before calling OracleXMLSave.insertXML.
    Thanks,
    John

    Read the FAQ, do some searches for something like OraclePreparedStatememt..
    Message was edited by:
    mdrake

  • XSLT Mapping Error - Split-MappingRoot-Tag missing

    Hi,
    I am getting "Split-MappingRoot-Tag missing" Error while using XSLT mapping. I am using 3 mappings in one Operation Mapping.
    1)  Java Mapping 2) Message Mapping 3) XSLT Mapping.
    When I have these mappings in a BPM one after another it is working fine.
    But ,if I put these mappings one after another in one Operation mapping it is giving problem after message mapping is complete.
    I tried to remove XSLT mapping and Msg Mapping is producing correct output which can be used as input for XSLT mapping.
    Any idea what could be the reason. Any hep is appreciated.
    ERROR
      <SAP:Code area="MAPPING">GENERIC</SAP:Code>
      <SAP:P1>Split-Mapping</SAP:P1>
      <SAP:P2>Root-Tag missing</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Split-MappingRoot-Tag missing</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Is there any chance XSLT mapping starting before message mapping is complete
    Regards,
    Ramesh

    Thank you for your response.
    I tried to put XSL in the following format by adding that namespace. but it still giving same error.
    <?xml version="1.0"?>
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
    Code ---
    </xsl:stylesheet>
    Also I itried to put Java mapping before XSLT mapping to see what payload is coming to XSLT.
    I am getting payload as:
    <?xml version="1.0" encoding="UTF-8"?> <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1>
    XML Payload Data --
    </ns0:Message1></ns0:Messages>
    Any one knows how to fix this issue? appreciate your inputs
    Regards,
    Ramesh

  • Export List of File Name with Faces Identified

    I'd like to export a list from Aperture, into any file format - Words, Numbers, rich text, MS Word, MS Excel, anything!!
    The list would show the file name and all the faces identified in that file.
    My daughter is in her High School dance team. I've taken more than 1000 photos. Here is is the end of the season and I'd like to distribute the photos among the dancers/parents. They don't have the software or care to take the time to sort through the pics to figure out which photos they are in. I'd at least like to give them a list of photos so that can find the ones
    Faces can be a helpful feature (though I hate all the file versions all over the place in iPhoto and Apeture).
    I've read that Faces is not stored in the metadata of the file. I've tried to export metadata, but not much comes out other than the standard file size, camera settings, etc.
    Easier to describe the situation, I guess, but would be helpful for many photos with people (weddings, parties, reunions, genealogy photos ...)
    which is Faces is supposed to be about, RIGHT???
    I guess a work around could be exporting the files from the identified faces. That seems like it would just junk up more storage/memory. I guess you could use a file list  naming app and then delete the exported files - that just seems stupid.
    I expect a little more from a souped up version of iPhoto for $79. Especially if I have Adobe Creative Suite with Bridge. If Apple wants to give a little shove to Apple, and bring novice users from looking for a non Apple solution, I think this would be an EASY no brainer.
    Thanks anyone who has a solution of a decent work around.
    Beth in Wisconsin
    Aperture 3.06
    Adobe Creative Suite 6

    Dear Kirby, Thank you so much for your reply.
    I'm familiar with Metadata. I've worked with Canto Cumulus and Filemaker.
    I guess a more important question - where is the Faces data stored?
    I'm looking to export a text version by file name, such as in a spreadsheet. Something like this
    File Name     PhotoFile_01.jpg     PhotoFile_01.jpg     PhotoFile_03.jpg
    Faces ID'd    Nina Totenburg        Carl Kasel               Tom Ashbrook     
    Faces ID'd    Carl Kasel                Peter Sagel            
    Faces ID'd    Terri Gross               Terri Gross              Nina Totenburg
    Faces ID'd     Renee Montaigne    Tom Ashbrook
    OR
    File Name                    Face 1               Face 2          Face 3               Face 4
    PhotoFile_01.jpg         Bob Braun         Tina Fey        Andy Warhol
    PhotoFile_02.jpg         Leah Jones       Beyonce        Tina Turner      Dave Matthews
    PhotoFile_03.jpg         Lisa Liu            Geena Davis
    Anything that would identify the faces in a photo to a text file ....
    Yes I understand that most of the IOS software is supposed to make it easier for the new and less techie user. But if you are going to create all these versions and mini files for the photos, why not make them accessible to a power user. I'm not a coder, but I've been using macs for 25 of my 40 years.
    What gets me is that you go to the trouble of identifying all the Faces. What is Faces really supposed to help you with?
    I mean Facebook is better at face recognition than this. Don't go on a tangent - about this - just sayin'.
    Thanks for your time!
    Beth

  • Report data ( value ... tag) missing in the Webi report retrieved through RestFul Webservice

    I am trying the below URL to get the WEBi report from SAP BO using the Rest Webservice support that is now available.
    http://{serverIP:serverPort}/biprws/raylight/v1/documents/{documentId}
    I am able to get the report but as I compare the same report response when using SAOP Webservice, there seems to be a mismatch in the response. Here is what I see in the SOAP response:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" sid="-10"><ct >Some arbitrary value</ct><value type="xs:string">Some arbitrary value</value></cell>
    But when I run it through REST, I am missing the <value ..> tag:
    </td><td c="1" ><cell  ref="1.E.4t" bid="14" h="26" w="231" pad="6,7" bt="1" sid="-10"><ct >Some arbitrary value</ct></cell>
    Apart from this right at the start of the xml response, I see some property mismatch as well.
    SOAP has this property extra:
    <property name="output.format.xml.valuemode">yes</property>
    While REST has these property extra:
    <property name="output.format.xml.option.style">1</property>
    <property name="output.format.xml.styledict.fontplatform">html</property>
    <property name="output.format.xml.td.bandinfo">yes</property>
    <property name="source.selected">data</property>
    <property name="xelement.xml.object">yes</property>
    <property name="xelement.xml.object.usemap">yes</property>
    <property name="xelement.xml.object.usersupportedformat">image/png</property>
    I am not sure if:
    the <value ...> tag miss is because of these missing/extra properties or
    current REST support has some issues
    For my application the value tag is a must and I can't do without this, but with REST it seems no way to obtain that.
    Any help or pointer(s) in this regard is appreciated!

    Hello Milind,
    According to our Product Owner Sam Polichouk, the solution should be available for you in 4.1 SP3, which is currently scheduled for release by the end of March 2014 (subject to change).  The product team recommends that you get the raw, unformatted data values from within the Dataset specific call.  This data contains a type to tell the end user what kind of data it is, so you can format it or use it properly.
    The updated documentation for the SDK will be available at SAP BusinessObjects Business Intelligence platform 4.1 – SAP Help Portal Page once the Support Pack is publicly released.

  • Does Faces work with Tags?

    Hi, I have iPhoto 08, about 30,000 photos, and I've already tagged maybe 3000-5000 photos with names (I have probably 50 different tags for people, each tag being the person's name). I'm planning to buy 09 and install soon.
    Two questions:
    Does the "Faces" feature create tags (like the tags in 08) for people, and then associate the tag(s) with all the photos of that person?
    Will I lose all the work I did to already tag photos with people names?
    Thanks!

    Correct. This changed with 10.5 and iPhoto 08.
    Some folks argue that Spotlight should search iPhoto. My experience is that it doesn’t.
    FWIW, in 10.5.6 running MDLS on iphoto.ipspot gives these results:
    *(notice the "kMDItemContentType", it should (??) equal "com.apple.iphoto.ipspot", but it sure doesn't)*
    +RWMB:~ rw$ mdls /Users/rw/Pictures/iPhoto\ Library/iPhoto.ipspot+
    +kMDItemContentCreationDate = 2009-01-31 12:03:01 -0600+
    +kMDItemContentModificationDate = 2009-01-31 12:03:01 -0600+
    +kMDItemContentType = "dyn.ah62d4rv4ge80w6dxsb11k"+
    +kMDItemContentTypeTree = (+
    "public.data",
    "public.item"
    +kMDItemDisplayName = "iPhoto.ipspot"+
    +kMDItemFSContentChangeDate = 2009-01-31 12:03:01 -0600+
    +kMDItemFSCreationDate = 2009-01-31 12:03:01 -0600+
    +kMDItemFSCreatorCode = ""+
    +kMDItemFSFinderFlags = 0+
    +kMDItemFSHasCustomIcon = 0+
    +kMDItemFSInvisible = 0+
    +kMDItemFSIsExtensionHidden = 0+
    +kMDItemFSIsStationery = 0+
    +kMDItemFSLabel = 0+
    +kMDItemFSName = "iPhoto.ipspot"+
    +kMDItemFSNodeCount = 0+
    +kMDItemFSOwnerGroupID = 20+
    +kMDItemFSOwnerUserID = 503+
    +kMDItemFSSize = 47+
    +kMDItemFSTypeCode = ""+
    +kMDItemKind = "Document"+
    +kMDItemLastUsedDate = 2009-01-31 12:03:01 -0600+
    +kMDItemSupportFileType = (+
    MDSystemFile
    +kMDItemUsedDates = (+
    +2009-01-31 00:00:00 -0600+
    +RWMB:~ rw$+

  • Language meta tag missing

    Even though I have 'English' checked as the language for my site, no <meta name="language" content="EN-US"> is written into the HTML. I've even tried adding it through the page's Metadata tab in the 'HTML for <head>', but it still doesn't get added.

    I'm useing the Bing webtools, it also says
    Language meta tag missing
    I've added
    <meta name="language" content="EN-US">
    to the header but the webtool still says it's missing.

  • I purchased CS5 Design Standard about 5 years ago. Now I am trying to install  second PC, but I got a message like " This serial number is not correct."  I want to know the correct serial number, but I missed my ex adobe ID because I've changed my E-mail

    I purchased CS5 Design Standard about 5 years ago. Now I am trying to install  second PC, but I got a message like " This serial number is not correct."  I want to know the correct serial number, but I missed my ex adobe ID because I've changed my E-mail address.

    It is not clear to me what your issue is with not being able to sign in to your Adobe account to find the serial number.  You should still be able to sign in and find your serial number if you registered the software.
    If your first PC is a Windows machine you might be able to extract the serial number from it using the Belarc Advisor
    http://www.belarc.com/free_download.html

  • IPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    iPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    What you are seeing is how Safari works now in iOS 5. There is no way to get that icon in Safari now. There other much better browsers available in the App Store. Look at iCab Mobile, Mercury, Atomic, ....
    I have been running iOS 5x for so long now, that I don't even remember if that icon did appear in earlier iOS versions

  • I'd like to go back to Maverick but i miss a Time machine save

    Hi everyone.
    Here are my 2 questions:
    - First, I'd like to go back to Maverick but i miss a Time machine save. Is it possible or it would be too complicated? Complicated is another word that i'd never, ever, imagine to use with an Apple product.
    - Second, how can i ask for a refund? I payed much for a high level of service and this is not even a good service
    It has been a while since i wrote something in English so sorry for any errors, i'll try to fix them soon.
    Thanks for the help.
    <Edited By Host>

    Ugo Tuninetti wrote:
    - Second, how can i ask for a refund? I payed much for a high level of service and this is not even a good service but a piece of trickery
    I'm sure Apple will be happy to refund the purchase price for Yosemite in full...

  • My iphone icon shows in itunes but is missing from my computer desktop. It is detected as a iphone camera device. I have tried everything from unistalling-reinstalling, disabling-enabling, and updating. Still no iphone icon showing in my computer desktop.

    My iphone icon shows in itunes but is missing from my computer desktop. It is detected as a iphone camera device. I have tried everything from uninstalling-reinstalling, disabling-enabling, and updating. Still no iphone icon showing in my computer desktop. I have been troubleshooting this for 7 days with no luck! Please help?

    yes, I dony know what else to do?
    thanks

  • I have a problem with my iphone5. I don't have signal, but I can check my email, facebook... The operator is identified but I can't call

    I have a problem with my iphone5. I don't have signal, but I can check my email, facebook... The operator is identified but I can't call

    You probably don't need to do that.
    How to Remove MacKeeper or use the Uninstall option in MacKeeper.
    To erase and reinstall:
    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Photos are not displayed in events/faces/photos but do when magnified

    I just reinstalled my OS from 10.6 back to 10.5 (software compatibility). When I imported my iphoto library which I had backed up, everything imported, but I cannot see any of the pictures unless I double-click to magnify. I can see the white dashed outline of where the pictures are supposed to be in the events and photos folders, all of the names appear in faces, etc. but I just can't actually view a photo unless I magnify it. Any ideas?

    I just talked to apple support on the phone. They suggested rebuilding the thumbnails, like TD suggested. When I told the support guy that that method did not work, he said that the only other option was to build a new library and import the originals.
    I was told to find the iPhoto library in the Users...>Pictures folder, right click on it and select Show Package Contents, then move the Originals and Modified (edited pictures) folders to the desktop. The iPhoto library can then be moved to the trash. When launching iPhoto, it asks what library to use. Select Create New... and the default name and location are iPhoto Library in the Pictures folder. Click save, then go to File>Import to library and select the Originals and Modified folders from the desktop. Any pictures that have been modified are still in their original form in the Originals folder. Both versions (original and modified) of a picture will be imported if both folders are selected for import.
    Unfortunately, slideshows, books, folders, etc. could not be saved in my case, but the most important thing is that the pictures are still there.
    Hope this helps anybody else with the same problem!
    Barrett

  • APPLET tag missing CODE parameter

    We are planning to use WebStart for our swing_apps deployment. At the moment we use applets with Plug-In 1.3.1_04
    I changed the html as follows:
    <OBJECT CODEBASE="http://java.sun.com/update/1.3.1/jinstall-1_3_1_04-win.cab"
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="0" height="0">
    <PARAM NAME="app" VALUE="myServer/myWebApp/wsapps.jnlp">
         <PARAM NAME="back" VALUE="true">
         <!-- Alternate HTML for browsers which cannot instantiate the object -->
         Download Java Web Start
    </OBJECT>
    When loading the page from the server we get following error:
    "APPLET tag missing CODE parameter"
    When I load "myServer/myWebApp/wsapps.jnlp" directly from the browser, the application runs fine.
    any idea's?

    To have web start run your application, it just needs to open the JNLP file in the browser.
    You do not need the OBJECT tag since your are pointing it to a JNLP file and not an applet.
    just use an HREF to your JNLP file
    Run Application
    Dan

Maybe you are looking for

  • Connecting an hp pavilion p7-1155 to my tv

    how do I connect my p7-1155 to my hdtv? I don't see any hdmi output on my computer. I have an avr with hdmi conns and others I can use. It's a marantz 7008.My tv is panasonic top of the line plasma. I want to use the tv as a monitor so I can surf fro

  • Sales order item Qty check with sale plan qty

    Dear all How its poosible  - While creating sales orer system should  check sales order item qty, delivery date    with sales plan qty  for that period. If total sales order requirement qty greater than sales plan qty then system should give error ms

  • Why does an error occur everytime I try to download and installation of apps?

    A message pops upp everytime I try to download an app saying: The downloaded files appears to be damaged. Click cancel, wait a few minutes and try again. I've tried doing as the messages says a cupple times, it's not working.

  • Photoshop is run again by itself after quit.

    After update to Yosemite the cunning issue popped up. I can't quit Photoshop. I press quit (by menu or cmd+Q), Photoshop is shut down, but then is run again by itself. The only way i found to quit is use Force quit menu. I'm using the latest version

  • ORA-00604: error occurred at recursive SQL level %s

    Hello, I wonder what might cause this error; it doesn't even display the next error stack as usual. I just installed Oracle Client 10.2.0.1 on a Windows Server 2003 machine, connecting to an Oracle Database 10g Release 2. I'm testing a simple databas