Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugar committed Oct 17, 2023
1 parent 9997b67 commit a42b4f4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is a part of the following paper. Please [cite](#citation) it when you use

## Install

Drag and drop [the extension file](https://github.com/ksugar/qupath-extension-sam/releases/download/v0.4.0/qupath-extension-sam-0.4.0.jar) to [QuPath](https://qupath.github.io) and restart it.
Drag and drop [the extension file](https://github.com/ksugar/qupath-extension-sam/releases/download/v0.4.1/qupath-extension-sam-0.4.1.jar) to [QuPath](https://qupath.github.io) and restart it.

Please note that you need to set up the server following the instructions in the link below.

Expand All @@ -24,7 +24,7 @@ To update the `qupath-extension-sam`, follow the following instructions.

1. Open extensions directory from `Extensions` > `Installed extensions` > `Open extensions directory`
![](https://github.com/ksugar/qupath-extension-sam/releases/download/assets/open-extensions-directory.png)
2. Replace `qupath-extension-sam-x.y.z.jar` with [the latest version of the extension file](https://github.com/ksugar/qupath-extension-sam/releases/download/v0.4.0/qupath-extension-sam-0.4.0.jar).
2. Replace `qupath-extension-sam-x.y.z.jar` with [the latest version of the extension file](https://github.com/ksugar/qupath-extension-sam/releases/download/v0.4.1/qupath-extension-sam-0.4.1.jar).
3. Restart QuPath application.

Please note that you need to also update the [samapi](https://github.com/ksugar/samapi/tree/v0.4.0) server.
Expand Down Expand Up @@ -167,6 +167,12 @@ If you select a class in `Auto set` in the Annotations tab, it is used for a new

## Updates

### v0.4.1
- Properly send the checkpoint URL parameter
- The checkpoint URL was not sent to the server.
- Add a catalog of SAM weights to README
- Add example scripts under [src/main/resources/scripts](src/main/resources/scripts)

### v0.4.0
- Support for registering SAM weights from URL. [ksugar/qupath-extension-sam#8](https://github.com/ksugar/qupath-extension-sam/issues/8) [ksugar/samapi#11](https://github.com/ksugar/samapi/pull/11) suggested and tested by [@constantinpape](https://github.com/constantinpape)
- Combine the `Prompt` and `Auto mask` dialogs into a single `Segment Anything Model` dialog.
Expand Down

0 comments on commit a42b4f4

Please sign in to comment.