Enrollments closing soon for Post Graduate Certificate Program in Applied Data Science & AI By IIT Roorkee | 3 Seats Left
Apply NowLogin using Social Account
     Continue with GoogleLogin using your credentials
Now we will load the image we uploaded from the local computer, and the folder containing the celebrity images using the load_images()
function we created earlier.
First, we load the celebrity images using the load_images()
function:
known_encodings, known_images = << your code goes here >>("/cxldata/projects/lookalikeceleb/images")
Now, we load the image we uploaded from the local computer:
original_image = "../lookalikeceleb/myimage.jpg"
Image(filename=original_image)
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...