-
- Downloads
Fixed bugs in transform.py (#2810)
* Add upsample_cfg support in FPN * small fix * Add multiple extra conv sources * small logical fix * Add neck tests for fpn * Add neck tests for fpn * fixed several typos * resolved issues * Removed extra_convs_source option * added necks to apis.rst * change according to comments * add bbox_fields to expand and min iou crop * reconfigured configs * small fix * added test for random crop and min iou random crop * small change * added valid_inds for masks in random crop according to #2802 * added config unit test * deleted nas fpn config test * revise according to comments * add img_fields check in transform.py and test_transform.py * Added notes for random crop and min iou random crop * Added notes for random crop and min iou random crop * Add bbox2label and bbox2mask key correspondence * Update nas-fpn model Add fsaf log
Showing
- configs/fsaf/README.md 4 additions, 4 deletionsconfigs/fsaf/README.md
- configs/nas_fpn/README.md 2 additions, 2 deletionsconfigs/nas_fpn/README.md
- mmdet/datasets/pipelines/transforms.py 122 additions, 57 deletionsmmdet/datasets/pipelines/transforms.py
- tests/test_config.py 1 addition, 1 deletiontests/test_config.py
- tests/test_pipelines/test_transform.py 99 additions, 0 deletionstests/test_pipelines/test_transform.py
Please register or sign in to comment