Skip to content

Commit 1fa933c

Browse files
committed
Add method unloading
1 parent a610967 commit 1fa933c

3 files changed

Lines changed: 291 additions & 144 deletions

File tree

apps/computer-vision/app/instance_segmentation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default function InstanceSegmentationScreen() {
9595

9696
const { isReady, isGenerating, downloadProgress, forward, error } =
9797
useInstanceSegmentation({
98-
model: YOLO26X_SEG,
98+
model: YOLO26N_SEG,
9999
});
100100

101101
const [imageUri, setImageUri] = useState('');

0 commit comments

Comments
 (0)