Non color images (#1976)
* First Draft On branch non-color-images Changes to be committed: modified: mmdet/datasets/pipelines/loading.py * Add option to load non color images Add 'color_type' parameter to LoadImageFromFile class Change __repr__ method accordingly Since non-color images maybe two dimensional expand image dimensions if necessary in DefaultFormatBundle and ImageToTensor classes Changes to be committed: modified: mmdet/datasets/pipelines/formating.py modified: mmdet/datasets/pipelines/loading.py * Fix RandomCrop to work with grayscale images Changes to be committed: modified: mmdet/datasets/pipelines/transforms.py * Modify retrieving w, h of padded image in anchor heads This addreses problems with single channel images for which the shape is tuple with 2 values Changes to be committed: modified: mmdet/models/anchor_heads/anchor_head.py modified: mmdet/models/anchor_heads/guided_anchor_head.py modified: mmdet/models/anchor_heads/reppoints_head.py
Showing
- mmdet/datasets/pipelines/formating.py 8 additions, 2 deletionsmmdet/datasets/pipelines/formating.py
- mmdet/datasets/pipelines/loading.py 5 additions, 4 deletionsmmdet/datasets/pipelines/loading.py
- mmdet/datasets/pipelines/transforms.py 1 addition, 1 deletionmmdet/datasets/pipelines/transforms.py
- mmdet/models/anchor_heads/anchor_head.py 1 addition, 1 deletionmmdet/models/anchor_heads/anchor_head.py
- mmdet/models/anchor_heads/guided_anchor_head.py 1 addition, 1 deletionmmdet/models/anchor_heads/guided_anchor_head.py
- mmdet/models/anchor_heads/reppoints_head.py 1 addition, 1 deletionmmdet/models/anchor_heads/reppoints_head.py
Loading
Please register or sign in to comment