Alexandre Naaim

Results 23 comments of Alexandre Naaim

Work with intrinsic as well as it is using the same function.

I tested the h button with board, it seemed to work fine. Is there different stuff associated with using a scene that could result in this behavior ?

yes i was fast for generating this I will use a tkinter like this : ![image](https://github.com/perfanalytics/pose2sim/assets/33746865/2b3519d5-35ce-46c7-9035-37405a850e3c)

Not sure to understand where it should be put for this : I added objpoints = np.array(objpoints) L605, otherwise I've got an error when clicking intrinsic parameters: This : ```python...

Is the error in calibration intrinsic only ?

Some problem with the tkinter, during it you can still click on the image... not very good... I am looking for a solution.

Ithink that the problem come from the fact that during a intrinsic calibration it create a list of associated objpoint and imgpoint that might have difference in size... as a...

```python line: 607 objpoints = np.array(objpoints) ``` Here all the objpoints element of the list should have the same dimension if we want to transform it to a np array....