<div dir="ltr"><div>Hi all,</div><div><br></div><div>I was working on categorizing Face Suggestions by Suggested Name. This would lead to a grouping of similar faces, which would be particularly helpful in the Unconfirmed Tag View.<br></div><div><br></div><div>To do the categorization, I have been able to implement methods to obtain a Map of Face Regions -> Suggested Names for each Image. This would have multiple elements if an image has multiple faces. I have committed the implementation already.</div><div><br></div><div>Since, I don't have any reason for my keys to be sorted, I was wondering if I should use a HashMap instead of a QMap?  I have currently used a QMap because all methods related to Faces use it. <br></div><div><br></div><div>Thanks in advance</div><div>Kartik<br></div></div>