Learn practical skills, build real-world projects, and advance your career
project_name='Local_Ocean_Conservation_Sea_Turtle_Face_Detection'
jovian.commit(project=project_name)
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/abubakarsoud97/local-ocean-conservation-sea-turtle-face-detection

Introduction

The Local Ocean Conservation - Sea Turtle Face Detection on Zindi challenges participants to build an algorithm capable of drawing a bounding box around the all-important facial scales of a sea turtle.

In this notebook we'll look at the data and build a very basic solution.

Loading the data

I have the files in my Google Drive, which is mounted here in Colab. You can also upload the files directly.

# # You can choose the 1024px version instead, but these are nice for initial testing
# !cp -t'drive/My Drive/sea_turtles/IMAGES_512.zip'* .
# !unzip -q IMAGES_512.zip
# image_folder = 'IMAGES_512'