Skip to content

Commit

Permalink
Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Feb 7, 2024
1 parent 6d54a3a commit d02c157
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

Development setup:

- Clone my qupath fork https://github.com/alanocallaghan/qupath
- Clone Alan's qupath fork https://github.com/alanocallaghan/qupath
- If you have the main qupath repo cloned already, you could add it as a remote `git add remote alan [email protected]:alanocallaghan/qupath.git && git fetch alan`
- If you want to make a fresh clone, then continue, the following instructions should still work
- Switch to branch `instanseg`
- If you added a remote, then `git checkout instanseg`
- Clone this repo in the same directory
- Run QuPath
- Open extension
- Enter the path to the model file in "Downloaded model directory" (yes, I know, but for now :))
- Clone this repo in the same directory as qupath, eg
- `git clone [email protected]:qupath/qupath-extension-instanseg.git`
- `git clone [email protected]:qupath/qupath-extension-djl.git`
- Enter the qupath folder `cd qupath`
- Run QuPath using `./gradlew run`
- Open extension (`extensions -> run instanseg`)
- Enter the path to the model `.pt` file(s) in "Downloaded model directory"
- Choose appropriate device/thread/tile size settings
- Run...?

0 comments on commit d02c157

Please sign in to comment.