roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.78k stars 744 forks source link

fix(notebook): 🐛📘 SAM color index fixes #215

Closed onuralpszr closed 8 months ago

onuralpszr commented 8 months ago

Description

Supervision new color lookup fixes for notebooks

Type of change

Please delete options that are not relevant.

onuralpszr commented 8 months ago

@SkalskiP same problem we had in supervision for SAM / Color Index problem.

SkalskiP commented 8 months ago

Hi, @onuralpszr 👋🏻! Thanks a lot for keeping your hand on the pulse. Merging!

SkalskiP commented 8 months ago

Oh. I just noticed that you missed mask_annotator = sv.MaskAnnotator(color_map='index') in Results visualisation with Supervision section. Would there be a chance for you to fix it as well?

onuralpszr commented 8 months ago

Oh. I just noticed that you missed mask_annotator = sv.MaskAnnotator(color_map='index') in Results visualisation with Supervision section. Would there be a chance for you to fix it as well?

Yes, Right away. Could you also send me perm for this repo so I can work on repo as well ?