Skip to content

Commit

Permalink
Merge pull request #108 from tldr-group/development
Browse files Browse the repository at this point in the history
merge Development onto main
  • Loading branch information
rmdocherty authored Jan 22, 2024
2 parents c9b14cf + 10e6166 commit baa3679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit baa3679

Please sign in to comment.