Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge Development onto main #108

Merged
merged 2 commits into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MANUAL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SAMBA Tutorial

[A video tutorial is also available.](https://www.youtube.com/watch?v=BEvI9gtGbCs)

## Handling data
<p align="center">
<img src="https://sambasegment.blob.core.windows.net/resources/data.gif">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const WelcomeModalContent = () => {
</Modal.Header>
<Modal.Body>
<p>SAMBA is a <b>web-based trainable segmentation app</b>. It has deep-learning powered label suggestions and a random-forest classifier backend.</p>
<p>Load an image, choose your brush on the sidebar and place some labels with <b>left click</b>. Zoom with the <b>scroll wheel</b> and pan with <b>arrow keys</b> or <b>WASD</b>. <b>Right click</b> to change the smart label focus size or to finish a polygon. Once you've labelled an example of each class, press <b>"Train Classifier"</b> to segment the image. If you still need help, check out the <a href="https://github.com/tldr-group/samba-web/blob/main/MANUAL.md" target="_blank">manual</a> or watch a <a href="coming-soon">video tutorial</a>. Have fun!</p>
<p>Load an image, choose your brush on the sidebar and place some labels with <b>left click</b>. Zoom with the <b>scroll wheel</b> and pan with <b>arrow keys</b> or <b>WASD</b>. <b>Right click</b> to change the smart label focus size or to finish a polygon. Once you've labelled an example of each class, press <b>"Train Classifier"</b> to segment the image. If you still need help, check out the <a href="https://github.com/tldr-group/samba-web/blob/main/MANUAL.md" target="_blank">manual</a> or watch a <a href="https://www.youtube.com/watch?v=BEvI9gtGbCs" target="_blank">video tutorial</a>. Have fun!</p>
<p>Hotkeys:</p>
<ul>
<li><b>Left Click:</b> place label/polygon point. Hold to draw brush stroke, release to finish.</li>
Expand Down