florianblume / 6d-pat

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's difficult to click the points on the left image.

willieChen58 opened this issue · comments

I miss a problem just like that : when i'm clicking the points on the left image, it's so hard to achieve a success. I must try many times to get a point on the left image, but it's easy to click the points on the right model. Would you miss the problem like that? I wonder if it's only my problem, looking forward to your reply.

Does the status text of the program in the bottom left corner change when you click the image? I.e. is does it say image clicked? If so, then maybe the click just doesn't get shown and I'll know better where the problem lies.

Well, the status text of the program in the bottom left corner doesn't change when I click the image, but it say image clicked after I try many times to click a visible point on the image.

Did you check that the mouse button you use is the one set in the settings? Maybe there's a bug there that after some time you're able to click the image with the wrong button even if that's not supposed to happen.

Yes, I've checked my setttings, and I did use the left mouse buton to click the image as what I set.

Hm, it's difficult to say from the distance what it could be then. Are you able to clone the project and build it locally using Qt? Then I could tell you where to set breakpoints so that we can go through the code remotely so to say.

Well, I don‘t konw how to clone the project and build it locally using Qt. I am thinking about whether it's because i don't install the requirements that you mention in the readme, but i do run the Appimage and create the pose data without the requirements.

Doesn't sound like the requirements, in that case the program wouldn't start. I don't think I can help you properly like this unless you're able to clone the project and build it. It's not that difficult, maybe you find a guide how to clone projects from github.

Thank you so much ! I will learn to how to clone the project and build it following your instructions as far as i can.

Alright, let me know when you've succeeded!

OK !

Have you succeeded in getting everything setup?