Ruidong
Ruidong
## What this patch does to fix the issue. Resize is not an augmentor and it is a duplicate of Resize in preprocessor. https://github.com/blue-oil/blueoil/blob/da0e68b1f319a4cc23044b594aa399c2a2f245d0/blueoil/configs/core/segmentation/lm_bisenet_quantize_camvid.py#L72-L75 ## Link to any relevant issues...
## Motivation and Context Scale augmentation is an important augmentation especially for detection tasks. This PR implements Scale class to support scale augmentation for all existing tasks. ## Description -...
## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
## Motivation and Context ## Description ## How has this been tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which fixes an...
In lmfyolo config file, we use default `score_threshold = 0.05`. If we change the `score_threshold` to another value. We may get different mAP. Here, I try to change the `score_threshold`...