From bab0ad5b73e58dc397c05bddc1d8cff12b69a882 Mon Sep 17 00:00:00 2001 From: Peter Boyer Date: Tue, 18 Nov 2025 10:19:03 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d066720..a1e695f 100644 --- a/README.md +++ b/README.md @@ -297,7 +297,7 @@ You can easily replace each of these three components with your own implementati * **transformer decoder**: it mainly follows DINO decoder to do detection and segmentation tasks. It is defined in `maskdino/modeling/transformer_decoder`. -## LICNESE +## LICENSE Mask DINO is released under the Apache 2.0 license. Please see the [LICENSE](LICNESE) file for more information. Copyright (c) IDEA. All rights reserved.