You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New semantic segmentation models such as the medical segmentation model UNet3+, the lightweight model SFNet, and ShuffleNetV2 have been added.
Newly added panoramic segmentation scenes, supporting training, evaluation, prediction and visualization capabilities, and new Anchor-Free SOTA model Panoptic-DeepLab.
Improve deployment capabilities, add mobile deployment and web deployment capabilities, and support the addition of post-processing operators (argmax/softmax).
The high-precision portrait segmentation model humanseg is upgraded to dynamic graph version, and the edge aliasing problem is significantly optimized.
Upgrade the learning rate configuration module and add 10 new learning rate strategies, covering the mainstream learning rate scheduling methods in the industry.
Added Weighted Cross Entropy Loss, L1 Loss, and MSE Loss, which are suitable for model optimization in different scenarios.
Bug Fix
#1016 Fix the problem that the shape of NonLocal2D module is inconsistent in non-gaussian mode.
#1007 Fixed an issue where RandomRotation and RandomScaleAspect could not be called correctly when Label was not passed in.
#1006 Fix the problem that EMANet cannot be trained in single card.
#995 Fixed the compatibility issue of PaddleSeg in PaddlePaddle 2.1 version.
#980 Fixed the problem that DecoupledSegNet failed to train in PaddlePaddle 2.1.
#975 Fix the problem that the sliding window prediction image cannot be correctly predicted when the image is smaller than the window size.
#971 Fix the problem that ResizeByLong does not restore the size correctly in predict phase.