ML: Distinguish right <> left foot

I am excited about Create ML and tried to train a detector for feet. I gave it training data two sets of objects: The left foot and the right foot. However, I was surprized that also just one model (left or right) detected both type of feet: left and right.

I really have no deep understanding of ML but I was wondering if this means the resulting model cannot be trained to distinguish if an object is mirrored ? Do you see any chance to train a model that could be used to find an object - but but its mirrored counterpart?

However, I was surprized that also just one model (left or right) detected both type of feet: left and right.

I am not sure I completely understand this. But, I would expect a trained image classifier CreateML model that is trained with left and right foot images tagged as "left" and "right" to predict left and right foots correctly. The model should be robust enough to do that.

ML: Distinguish right &lt;&gt; left foot
 
 
Q