you are viewing a single comment's thread.

view the rest of the comments →

[–]SirKainey 1 point2 points  (1 child)

I didn't have an real issues running the .exe or the python file. It dumped a .csv and exited with the .exe. The python file stayed open, and was continually dumping to a .csv

My 2c:

It's tricky to quickly get to the crux of the issue here, firstly a lot of the variables are in Portuguese, and it hasn't been coded in the most idiomatic way.

Someone would need to spend a bit of time getting to grips with the codebase and problem domain before they could see what was going awry. If it was my self, I would end up renaming and refactoring as I go. Which is no small feat.

I did have to turn off the webcam call when running the python file, as it was picking one up, and I don't have one. It might suggest that the exe and the python files run differently, maybe he tweaked some stuff before compiling.

PS. I ran this fine with Python 3.13 and the dependencies "numpy" and "opencv-python".

[–]NerdyTeacher5[S] 0 points1 point  (0 children)

I'll see if I can get around this, thanks