Issues with face recognition using Face_Recognition

I need help with the following

My problem is such I am using Python and face_recognition.
My goal is

  • Locate all the images in a photo(done)
    • Draw a box around these faces(done)
  • Search photo for a specific person (done)
  • Highlight specific person with a different color box and annotation (having hard time with this part)

All in same page of code

ANY Suggestions? ( Below is the code with all the done features working)