Skip to content

Train assumptions #15

@michacohen

Description

@michacohen

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

  1. backbone to chose between 'mobilenetv2' or 'xception'

  2. better_model to chose between original or subpixel

  3. weights = is the pretrain model to load as base, 'pascal_voc' or None

  4. load_weights in case I want to load weight during create_seg_model - on training should be False

  5. 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?

2007_000032
6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions