Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 575 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 575 Bytes

albatrosses-from-space

Project repository for "Using deep learning to count albatrosses from space: Assessing results in light of ground truth uncertainty"

  • shp_files: Contains shapefiles showing locations of albatrosses, generated by six different observers. One folder for each of the four locations used in the study:

    • BI: Bird Island
    • AN: Annenkov
    • AP: Apotres
    • GC: Grande Coulee
  • unet: Contains the functions used to build the UNet model, as well as the focal loss function

  • utils: General utility functions used for plotting, loading data etc