From e1858037f7ee03696c810c5bf1111148d96e907d Mon Sep 17 00:00:00 2001 From: edwardyehuang Date: Tue, 3 Jan 2023 21:53:47 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14dddb1..c809940 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ November-12-2022: Add support of [MOAT](https://arxiv.org/abs/2210.01820). September-7-2022: Drop support for TensorFlow < 2.10 -March-16-2022: We add an example project in [here](https://github.com/edwardyehuang/CAR), which is the re-implementation of the paper [CAR: Class-aware Regularizations for Semantic Segmentation](https://arxiv.org/pdf/2203.07160.pdf) +March-16-2022: We add an example project in [here](https://github.com/edwardyehuang/CAR), which is the offical implementation of the paper [CAR: Class-aware Regularizations for Semantic Segmentation](https://www.ecva.net/papers/eccv_2022/papers_ECCV/papers/136880514.pdf) March-16-2022: The backbone weights are now available in [here](backbones/README.md), we will add more in future.