Loading...
Design a computer vision system that identifies wildlife species from camera trap images in nature reserves.
Scenario: A conservation group deploys motion-triggered cameras across a national park. Each camera captures thousands of images weekly. Rangers spend hours manually reviewing photos to catalog sightings.
Your Task: Design the pipeline that automatically identifies animal species from camera trap photos.
Your design should address:
Think about: Classification architectures, handling class imbalance for rare species, and daytime vs nighttime IR images.
Describe your system design approach. Consider components, data flow, and key decisions.