Skip to content

Commit

Permalink
[fix] Set req channels to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Jun 17, 2024
1 parent 5c15133 commit a2c71b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/models/Stardist/StardistFluo/StardistFluo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class StardistFluo extends Stardist {
graph: true,
pretrained: true,
trainable: false,
requiredChannels: 3,
requiredChannels: 1,
});
}

Expand Down

0 comments on commit a2c71b5

Please sign in to comment.