Skip to content

firefrontproject/Shrub-detection-with-U-Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thesis: Shrub-detection-with-U-Net

The description of files:

  1. tif_to_png.py - Python code for bulk conversion of image files in TIF format to PNG format. The second part of the code is the 'slicing' (tiling) algorithm that I used for slicing of the big PNG images into smaller (800 x 800) px tiles.
  2. masks_download_from_JSON.py - Python code for reading the JSON file with URLs of binary masks exported from LabelBox. The code downloads the binary masks and sorts them into separate class masks folders. The second part of the code serves for slicing (100 x 100) px, (200 x 200) px, (300 x 300) px, (400 x 400) px and (500 x 500) px patches from the (800 x 800) px tiles.
  3. Model.ipynb - Google Colabs notebook with the main code
  4. The remaining files A-E are weights saved from the experiments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%