nmsu-cs / project-vote4us

project-vote4us created by GitHub Classroom
0 stars 0 forks source link

Figure out how to make the python and java files interact #6

Closed LTiede4 closed 6 months ago

LTiede4 commented 7 months ago

At some point (hopefully in the near future), we're going to have to figure out how to make the python an java files communicate.

Or we could just switch everything to python, but I think it would be a good idea to figure this out, because it seems like a valuable thing to know.

romn6 commented 7 months ago

We could look into something called "Jython" which is java & python, to which we can make interact both Java & Python, and view what packages/libraries are found within it. That's if we dont move everything to python. https://www.simplilearn.com/tutorials/python-tutorial/python-graphical-user-interface-gui

LTiede4 commented 6 months ago

I've found somewhat of a solution to allow the gui to implement the frames being output by the machine learning model, but I think that this is not a good long-term solution because this is a fixed image size.

What would work better, is to output the xmin, ymin, xmax, ymax, for drawing the box to then be used by the gui file... maybe. We might come up with a better solution at some point.

LTiede4 commented 6 months ago

this is already an issue. deleting the duplicate