-
Notifications
You must be signed in to change notification settings - Fork 71
Description
Hi
I tried to train aug over pascal_voc data set unsuccessfully, h5 files has been generated (both original and subpixel) however it not predict anything
These are my assumptions/my understanding, any comments are welcome
-
backbone to chose between 'mobilenetv2' or 'xception'
-
better_model to chose between original or subpixel
-
weights = is the pretrain model to load as base, 'pascal_voc' or None
-
load_weights in case I want to load weight during create_seg_model - on training should be False
-
Data:
under PEGImages\train need to have the jpg you want to train
under SegmentationClassAug you should have the mask on png format ,2D with the number of class on each pixel (see attached as example)
both PEGImages\train and SegmentationClassAug must have the same pairs for example 2007_000032.png and 2007_000032.jpg
Still h5 files are not good
Any Idea? Do I miss something?
