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.89k stars 759 forks source link

Add autodistill segmentation notebook #164

Closed capjamesg closed 11 months ago

capjamesg commented 1 year ago

This PR adds the notebook used in our Autodistill segmentation blog tutorial.

SkalskiP commented 1 year ago

Same comments as for #161.

capjamesg commented 1 year ago

@SkalskiP I have responded to your feedback in my latest commits.

SkalskiP commented 1 year ago

Same story here... Notebook throws an exception.

Screenshot 2023-07-05 at 12 49 22

capjamesg commented 1 year ago

Same thing again. I trained four different models in the notebook so I'll need to substitute train4 with train. Will submit a new commit.

SkalskiP commented 1 year ago

@capjamesg please submit PR with working notebook.

SkalskiP commented 1 year ago

@capjamesg It still doesn't work...

Screenshot 2023-07-07 at 18 33 15
CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

SkalskiP commented 11 months ago

Hi @capjamesg 👋🏻 Please accept the CLA and resolve the comment I left last time. So we could merge this PR.

capjamesg commented 11 months ago

@SkalskiP I have responded to all of your feedback in the notebook in my latest commit.

capjamesg commented 11 months ago

@SkalskiP The output lines have been removed from the notebook.

SkalskiP commented 11 months ago

@capjamesg looks like we could merge. Could you resolve the conflicts?

capjamesg commented 11 months ago

@SkalskiP Done! I'll let you merge when you are ready.