From 0106a7042952d7fbcdb5aaf23f868d88dc883e2a Mon Sep 17 00:00:00 2001 From: sithu31296 Date: Mon, 18 Oct 2021 11:31:00 +0630 Subject: [PATCH] [update]: add bisenet models --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 666df2f8..d664362c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ * Human Parsing * Face Parsing * 17+ Datasets -* SOTA Backbones -* SOTA Semantic Segmentation Models +* 10+ SOTA Backbones +* 10+ SOTA Semantic Segmentation Models * PyTorch, ONNX, TFLite and OpenVINO Inference @@ -122,6 +122,7 @@ Supported Heads/Methods: * [FPN][fpn] * [FaPN][fapn] * [UPerNet][upernet] +* [BiSeNetv1][bisenetv1] * [SFNet][sfnet] * [SegFormer][segformer] * [CondNet][condnet] @@ -129,6 +130,7 @@ Supported Heads/Methods: Supported Standalone Models: * [DDRNet][ddrnet] * [FCHarDNet][hardnet] +* [BiSeNetv2][bisenetv2] > Notes: Download backbones' weights for [HarDNet-70][hardnetw] and [DDRNet-23slim][ddrnetw].