johko / computer-vision-course

This repo is the homebase of a community driven course on Computer Vision with Neural Networks. Feel free to join us on the Hugging Face discord: hf.co/join/discord
MIT License
372 stars 123 forks source link

Unit 6 - Basic CV Task image segmentation part #137

Closed bastienpo closed 6 months ago

bastienpo commented 6 months ago

Hi everyone,

This section provides an overview of segmentation with visual aids to help you grasp the concept.

Feel free to let me know if we should improve any aspect or if it lacks some content (perhaps elaborating on the mathematical aspect while keeping it approachable and adding a few visuals).

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

adhiiisetiawan commented 6 months ago

Hi everyone, i just add the hands-on notebook for fine-tune segment anything model on custom dataset. This code basically got reference from @NielsRogge at his repository and Transformers documentation . I modifying some of the code and adapt with different task.

Feel free if you guys have any advice and suggestions.

Thank you.

review-notebook-app[bot] commented 6 months ago

View / edit / reply to this conversation on ReviewNB

merveenoyan commented on 2023-12-18T17:12:58Z ----------------------------------------------------------------

You can say "Push the model to Hugging Face Hub" instead


adhiiisetiawan commented on 2023-12-18T17:19:45Z ----------------------------------------------------------------

Okay, thank you. BTW i'm just know about reviewNB, is we can modify directly here? or must re-upload the notebook?