Skip to content

Commit

Permalink
Final downsample
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Mar 12, 2024
1 parent 3b751a1 commit 3e97338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/qupath/ext/instanseg/core/InstanSegTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class InstanSegTask extends Task<Void> {
private static final Logger logger = LoggerFactory.getLogger(InstanSegTask.class);
private final int tileSize, nThreads;
private final List<ColorTransforms.ColorTransform> channels;
private double downsample;
private final double downsample;
private final Path modelPath;
private final String deviceName;

Expand Down

0 comments on commit 3e97338

Please sign in to comment.