Skip to content

Simple python script to manually classify a set of images regarding flood severity.

Notifications You must be signed in to change notification settings

jorgemspereira/Flood-Image-Tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flood Image Tagger

A simple graphical user interface program that allows to classify images regarding the severity of floods, into four different classes:

  • None -----> ]-1e+100, 0] meters
  • Slight ----> ]0, 1] meters
  • Moderate -> ]1, 5] meters
  • Severe ----> ]5, 1e100] meters

To run the program simply execute:

python3 main.py 
    --images [path to a folder containing the images] 
    --result [path to a file to save the classifications (may not exist yet)]

About

Simple python script to manually classify a set of images regarding flood severity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages