with viewer, unmatched face now has img data / thumbnail, so we know what it really looks like when we choose to override - still major WIP, tables.sql also has some override types, but not convinced I have design yet
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
e.faces=[]
|
||||
{% for face in objs[id].file_details.faces %}
|
||||
data = {
|
||||
'id': '{{face.id}}',
|
||||
'x': '{{face.locn[3]}}', 'y': '{{face.locn[0]}}',
|
||||
'w': '{{face.locn[1]-face.locn[3]}}', 'h':'{{face.locn[2]-face.locn[0]}}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user