Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tech debt: Change idoms in var names and funcs from "face" to "img" #16

Closed
boazsender opened this issue Feb 28, 2017 · 1 comment
Closed
Assignees

Comments

@boazsender
Copy link
Collaborator

This is a tool for image annotation, not face annotation.

@boazsender
Copy link
Collaborator Author

boazsender commented Mar 13, 2017

"workloadId":1,
"images":[
  {
    "id":1,
    "annotations":[
      {"name":"Perceived Age","value":"adult"},
      {"name":"Perceived Gender","value":"androgynous"},
      {"name":"Perceived Ethnicity","value":"white"}
    ]
  },{
    "id":2,
    "annotations":[
      {"name":"Perceived Age","value":"young adult"},
      {"name":"Perceived Gender","value":"male"},
      {"name":"Perceived Ethnicity","value":"black"}
    ]
  }
  ...{the last object}
]}"

@kadamwhite kadamwhite self-assigned this Mar 13, 2017
kadamwhite added a commit that referenced this issue Mar 13, 2017
For #16: the faces idiom has been replaced by workload & "image"
kadamwhite added a commit that referenced this issue Mar 13, 2017
For #16: the faces idiom has been replaced by workload & "image"
kadamwhite added a commit that referenced this issue Mar 13, 2017
For #16: the faces idiom has been replaced by workload & "image"
kadamwhite added a commit that referenced this issue Mar 13, 2017
For #16: the faces idiom has been replaced by workload & "image"
kadamwhite added a commit that referenced this issue Mar 14, 2017
For #16 / #54

- Allows us to update our idioms from demographics answer to "image annotation"
- Maintains the state in the format the server expects
- Allows creation of a non-transformative selector for image annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants