Skip to content
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

Problems with GUI (Images shown too short) #1074

Open
hanniloni opened this issue Feb 17, 2024 · 2 comments
Open

Problems with GUI (Images shown too short) #1074

hanniloni opened this issue Feb 17, 2024 · 2 comments

Comments

@hanniloni
Copy link

hanniloni commented Feb 17, 2024

Hello!

I tried the GUI. The Images flashed for a split second and were gone, leaving me with no chance to look at the measures shown in the GUI. I don't know what the problem is, the landmarks on the output files are marked correctly. CSV output is correct. I just want to display the images in the GUI for longer than split seconds.

(Windows 10 version 10.0.19045)

Thank you in advance!

@hanniloni hanniloni changed the title Problems with GUI (Images shown too short) and with Head Pose (not in Radians) Problems with GUI (Images shown too short) Feb 17, 2024
@ismeyueyue
Copy link

ismeyueyue commented Feb 27, 2024

Maybe you can draw the landmarks on input image after you get the csv output file.

refer the python draw code:

for idx in range(len(landmark)):
    x, y = landmark[idx] 
    cv2.circle(image, (int(x+0.5),int(y+0.5)), 3, (0,255,255), -1)

cv2.imwrite("test.jpg", image)

@brmarkus
Copy link

Can you try to re-install and capture the installation logs in the console and while building the application?

Which GUI, which application are you talking about, how are you starting it?
Do you get and console output when starting the application?

Can you provide more version information of your environment?

Would you have a chance to debug, set breakpoints, step through it and see where it fails (and/or add additional log-messages)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants