Skip to content

Commit

Permalink
resolve conflicts for the merging
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jun 15, 2023
2 parents f30376b + 3c847f9 commit 59ce2cd
Show file tree
Hide file tree
Showing 45 changed files with 3,153 additions and 10,066 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
/.classpath
/.project
/.settings/
/engines/
/models/

# Log file
*.log
Expand All @@ -26,3 +28,7 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Idea files
.idea/
lib/
38 changes: 14 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>31.1.0</version>
<version>35.1.1</version>
<relativePath />
</parent>

<groupId>io.github.deepimagej</groupId>
<artifactId>DeepImageJ_</artifactId>
<<<<<<< HEAD
<version>2.1.16</version>
=======
<version>3.0.1</version>
>>>>>>> development

<name>DeepImageJ</name>
<description>A user-friendly plugin to run deep learning models in ImageJ.</description>
Expand Down Expand Up @@ -127,10 +131,7 @@ Universidad Carlos III de Madrid.</license.copyrightOwners>
<!-- NB: Deploy releases to the SciJava Maven repository. -->
<releaseProfiles>deploy-to-scijava</releaseProfiles>

<protobuf.version>3.2.0</protobuf.version>
<tensorflow.version>1.15.0</tensorflow.version>
<jna.version>5.11.0</jna.version>
<imagej-tensorflow.version>1.1.6</imagej-tensorflow.version>
</properties>
<repositories>
<repository>
Expand All @@ -140,35 +141,23 @@ Universidad Carlos III de Madrid.</license.copyrightOwners>
</repositories>

<dependencies>
<!-- MODEL RUNNER-->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>proto</artifactId>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>libtensorflow</artifactId>
</dependency>
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>libtensorflow_jni</artifactId>
<groupId>io.bioimage</groupId>
<artifactId>dl-modelrunner</artifactId>
<version>0.3.10</version>
</dependency>
<!-- MODEL RUNNER-->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-tensorflow</artifactId>
</dependency>

<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
</dependency>
<<<<<<< HEAD
<!-- Dependencies for DJL Pytorch, START -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
Expand Down Expand Up @@ -208,12 +197,13 @@ Universidad Carlos III de Madrid.</license.copyrightOwners>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</dependency>
=======
>>>>>>> development
<!-- Test scope dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
</project>
86 changes: 0 additions & 86 deletions src/main/java/DeepImageJ_Build_BundledModel.java

This file was deleted.

Loading

0 comments on commit 59ce2cd

Please sign in to comment.