David PAGNON

Results 123 comments of David PAGNON
trafficstars

This issue has been closed as it is inactive. Don't hesitate to comment if you need further help and I will reopen it.

Hi, thank you for your pull request! - As for replacing toml.load(os.path.join(root, files[0])) with toml.load(os.path.join(root, 'Config.toml')), I initially did it because I wanted the user to be able to run...

Thanks, this looks pretty impressive! I had heard about DarkPose which processes 2D heatmaps to reduce jitter. It is good but older: Page: https://ilovepose.github.io/coco/ Code: https://github.com/ilovepose/DarkPose Do you smooth 2D...

I don't really have any rotations on my output until it is processed by OpenSim, only translations... I'll have a look for sure in a little while!

Thank you Alex for this pull request! It works great, however I ran into two small issues: - I had to explicitly add `import tkinter.messagebox` to the file, otherwise I...

Last thing @ANaaim, do you think you could pop that window both when clicking the intrinsics and the extrinsics? (apologies if you already did)

Maybe one more click would make sense! It would be nice if returning the data would have to be triggered, but could be done either with an additional click, or...

> * do not understand why because when used I definitely use as the following : > > ```python > msg_box = tkinter.messagebox.askquestion( > "Validate Calibration", "Are you satisfied with...

Cool, the messagebox is now closing, and it shows both for intrinsics and for extrinsics! A couple last remarks: - I don't quite understand why, but I do need to...

It's not annoying, it is just time consuming 😁 You write "are you satisfied with this keypoint", does it mean that there would need to be a confirmation after each...