deeplab_v3plus_tfkeras

Programs for semantic segmentation. Useage is written in ipynb files.

  • you can make annotation file as
    • RGB image
    • index png image(like pascal voc2012)
    • polygon (labelme json file.)
      • please work with --nodata flag like labelme --nodata
  • It is better to modify data_augment.py for your objective.