Xenova HF Staff commited on
Commit
2d882f0
·
verified ·
1 Parent(s): 0bc2600

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -55,4 +55,7 @@ const scores = outputs.iou_scores;
55
  // Visualize masks
56
  const image = RawImage.fromTensor(masks[0][0].mul(255));
57
  image.save("mask.png");
58
- ```
 
 
 
 
55
  // Visualize masks
56
  const image = RawImage.fromTensor(masks[0][0].mul(255));
57
  image.save("mask.png");
58
+ ```
59
+
60
+ ![mask](https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/OEYgs4z1FvbpgAAg1sosZ.png)
61
+