Skip to content

Commit d28cc6d

Browse files
authored
Merge pull request #15 from roboflow/feature-pcs-leaderboard
Update PCSClient description for improved clarity and accuracy
2 parents 55a227e + 1f2cdc4 commit d28cc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/PCSClient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export default function PCSClient() {
384384
<HeroSection
385385
title="Promptable Concept Segmentation"
386386
subtitle="Model Leaderboard"
387-
description="Promptable Concept Segmentation (PCS) models identify the location of objects in an image with pixel-level precision (masks) provided text prompts, point prompts, or specific regions of an image as reference. PCS models are open vocabulary, not limited to fixed classes. Leaderboard results are shown for zero shot (AP₀ i.e. no finetuning or few shot) accuracy unless otherwise noted."
387+
description="Identify the location of all instances of a visual concept in an image with pixel-level precision (or predict nothing if the concept does not exist) using text prompts, specific regions of an image as reference, or both. Model performance is measured by how well the model accurately identifies real-world objects in complex scenes."
388388
videoUrl="/model-leaderboard-fork/video-leaderboard-pcs.mp4"
389389
videoPosterUrl="/model-leaderboard-fork/video-leaderboard-pcs.avif"
390390
/>

0 commit comments

Comments
 (0)