How You Can Solve Lumosity's Pet Detective Puzzle with chatGPT and OpenCV Without Writing a Single Line of Code
OK, consider this a WIP. Wanted to get something out there to accompany the video . It'll keep improving - your comments welcome! This one has been on my list for years. Like Prof. Brad Vander Zanden says, it's gnarly to have a problem you can't solve and don't know if it can be or not. ---------- Extracting subject locations from the puzzle image (animals, houses, the car, empty nodes and links!) How would one go about solving this problem in python? You have a few image files. These are small images each containing a single subject. Now, you are given an test image containing some of these subjects without any modification - that is, the small image files, if contained in the large test image, are contained without any modification. What is required: Dump out the locations of the subjects that are contained in the test image. Dump out the connections between adjacent subjects - that is, where a "branch" exists - a "road", versus "no r...