-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ai view integration (onnx) #49
base: master
Are you sure you want to change the base?
Conversation
Create annotation tab
…ly a velocity vector)
…pingTool into ai-datasource
…ure-view Basic GUI design added
…election + Picture View in the Big box)
Multiple Functionalities
Update AnnotationView with new buttons and style
Simple Zoom in and Zoom out functionality added
…onality Next and previous button functionality added
…is changed during zooming with reseting the scale
…onality Focus of the image fixed, zooming functionality fixed when the image …
…ge-annotation-with-zoom # Conflicts: # src/main/java/controller/AnnotationController.java # src/main/resources/view/AnnotationView.fxml
Create path
… the openigt tool UI
… layout (untested)
…or placeholder image
# Conflicts: # src/main/java/controller/AutoTrackController.java # src/main/resources/view/AutoTrackView.fxml
# Conflicts: # src/main/java/controller/AutoTrackController.java # src/main/resources/view/AutoTrackView.fxml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few comments and suggestions.
Also please check the resolved conflicts in AutoTrackController.java and AutoTrackView.fxml , it looks like that changes were discarded there
logging.log.1
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please no log files in the commits
logging.log.1.lck
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
output.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and same here
* @param actionEvent The event triggered by the upload button. | ||
*/ | ||
@FXML | ||
public void Handle_Upload_Functionality(ActionEvent actionEvent) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consistent method naming would be better: handleUploadFunctionality(...)
@@ -303,9 +324,64 @@ public void freezeVisualization() { | |||
} | |||
} | |||
|
|||
Process pythonProcess; | |||
@FXML | |||
private void runPythonScript() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the python functionality still used?
@@ -41,6 +44,7 @@ dependencies { | |||
testRuntimeOnly 'org.junit.platform:junit-platform-commons:1.11.3' | |||
} | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -26,6 +26,9 @@ repositories { | |||
} | |||
|
|||
dependencies { | |||
implementation 'com.microsoft.onnxruntime:onnxruntime:1.19.2' | |||
implementation 'org.openpnp:opencv:4.9.0-0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated dependency
implementation 'org.openpnp:opencv:4.9.0-0' |
…ized video controller live stream with AI View
Co-authored-by: Timo <[email protected]>
Initial pull request to merge the Ai live tracking into master