Skip to content

Commit

Permalink
improvements to display rois on image if using mask
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Dec 4, 2024
1 parent f01861b commit b1643b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ai/nets/samj/gui/MainGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ private < T extends RealType< T > & NativeType< T > > void batchSAMize() {
}
lyt.show(cardPanel2_2, INVISIBLE_STR);
this.stopProgressBtn.setEnabled(true);
consumer.setFocusedImage(this.cmbImages.getSelectedObject());
new Thread(() -> {
try {
cmbModels.getSelectedModel().processBatchOfPrompts(pointPrompts, rectPrompts, rai, batchDrawerCallback);
Expand Down

0 comments on commit b1643b4

Please sign in to comment.