From 6542b2da1d379fba7d361dd68c580cb0a553a555 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Thu, 10 Nov 2022 10:22:38 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a97f908..185fd38 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ class_queries_logits = outputs.class_queries_logits masks_queries_logits = outputs.masks_queries_logits # you can pass them to feature_extractor for postprocessing +# we refer to the demo notebooks for visualization (see "Resources" section in the MaskFormer docs) predicted_semantic_map = feature_extractor.post_process_semantic_segmentation(outputs, target_sizes=[image.size[::-1]])[0] ```