Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEclipse
titleCreatorInfo Sample JSON Document
// Input CSV Data: fsa1997018591#Shahn, Ben, 1898-1969#1938 Aug.
{
	"loc_id": "fsa1997018591",
	"Creator": "Shahn, Ben, 1898-1969",
	"Year": "1938 Aug."
}

FacesInfo

Sl. No.Database Column NameJSON Metadata Field NameField DescriptionRemarks
1idloc_idLOC IndexString;
2imghtimage_heightImage heightFloat;
3imgwidimage_widthImage widthFloat;
4dumb1N/A

The letter F, it's only there to help browse raw data

String;
5num_facesNumber of PeopleNumber of faces foundInteger;
6face_segsface_segmentsBounding box location of faces

String; this is a text string that has the ith face, x, y, width, height of face segment. Each face segment is separated by a semicolon.

7dumb2N/AThe letter P, it's only there to help browse raw dataString;
8num_profilesnum_profilesNumber of profiles foundInteger;
9prof_segsprofile_segmentsBounding box location of profilesString;
10dumb3N/AThe letter Y, it's only there to help browse raw dataString;
11num_eyesnum_eyesNumber of eyes foundInteger;
12eye_segseye_segmentsBounding box location of eyesString;
13dumb4N/AThe letter C , it's only there to help browse raw dataString;
14num_fullclsnum_full_closeupsNumber of face full closeupsInteger; 'FULL' is relative to image size
15num_midclsnum_mid_closeupsNumber of face mid closeupsInteger; 'MID' is relative to image size
16num_fullprofnum_full_profilesNumber of profile full closeupsInteger; 'FULL' is relative to image size
17num_midprofnum_mid_profilesNumber of profile mid closeupsInteger; 'MID' is relative to image size

...