Skip to content

Commit

Permalink
AI Tracking and Annotation View
Browse files Browse the repository at this point in the history
* AI-based optical Instrument Tracking
* Annotation View made by students
* New Status Bar
* Path mode and distance calculation

Co-authored-by: Eugen Zdrincu <eugenzdrincu@gmail.com>
Co-authored-by: VincentStriegel <strivi01@thu.de>
Co-authored-by: David Todorov <40776257+david-todorov@users.noreply.github.com>
Co-authored-by: nguyensl-rose <119351168+nguyensl-rose@users.noreply.github.com>
Co-authored-by: Muazzam Bin Aqeel <128594910+muazzamaqeel@users.noreply.github.com>
Co-authored-by: Simon Engel <engesi02@thu.de>
Co-authored-by: osama <os.os20.osama@gmail.com>
Co-authored-by: BruderSimon <66cheff66@gmail.com>
  • Loading branch information
9 people authored Jan 8, 2025
1 parent 955fdfd commit 723d1d0
Show file tree
Hide file tree
Showing 25 changed files with 2,402 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.class

# Log file
*.log
*.log*
*.log.lck

# BlueJ files
Expand Down
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
This application uses the following 3rd party libraries.
The respective license files can be accessed by the respective URL.

com.microsoft.onnxruntime:onnxruntime. Microsoft. MIT License. https://github.com/microsoft/onnxruntime/blob/main/LICENSE
org.openpnp:opencv. Jason von Nieda. BSD-3 License. https://github.com/openpnp/opencv/blob/develop/LICENSE
org.apache.commons:commons-math3. Apache Commons. Apache 2.0 License. https://commons.apache.org/proper/commons-math/
org.apache.commons:commons-csv. Apache Commons. Apache 2.0 License. https://commons.apache.org/proper/commons-csv/
Expand Down
Binary file added Python/best.onnx
Binary file not shown.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ repositories {
}

dependencies {
implementation 'com.microsoft.onnxruntime:onnxruntime:1.20.0'

implementation 'org.openpnp:opencv:4.9.0-0'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.apache.commons:commons-csv:1.12.0'
Expand All @@ -41,6 +43,7 @@ dependencies {
testRuntimeOnly 'org.junit.platform:junit-platform-commons:1.11.3'
}


// JUnit 5 support
test {
useJUnitPlatform()
Expand Down
Loading

0 comments on commit 723d1d0

Please sign in to comment.