Skip to content

Commit

Permalink
Temp revert to my release£
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Dec 5, 2024
1 parent f5c1831 commit 81c7624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/main/java/qupath/ext/instanseg/ui/InstanSegController.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package qupath.ext.instanseg.ui;

import com.google.gson.Gson;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import javafx.application.Platform;
import javafx.beans.binding.Bindings;
import javafx.beans.binding.BooleanBinding;
Expand Down Expand Up @@ -58,23 +56,15 @@
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import java.util.ResourceBundle;
import java.util.Scanner;
import java.util.Set;
import java.util.TreeMap;
import java.util.concurrent.CompletableFuture;
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/qupath/ext/instanseg/ui/model-index.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[
{
"name": "brightfield_nuclei",
"url": "https://github.com/instanseg/instanseg/releases/download/v0.1.0/brightfield_nuclei.zip",
"url": "https://github.com/instanseg/alanocallaghan/releases/download/v0.1.0/brightfield_nuclei.zip",
"version": "0.1.0",
"license": "Apache-2.0"
},
{
"name": "fluorescence_nuclei_and_cells",
"url": "https://github.com/instanseg/instanseg/releases/download/v0.1.0/fluorescence_nuclei_and_cells.zip",
"url": "https://github.com/alanocallaghan/instanseg/releases/download/v0.1.0/fluorescence_nuclei_and_cells.zip",
"version": "0.1.0",
"license": "Apache-2.0"
}
Expand Down

0 comments on commit 81c7624

Please sign in to comment.