milind1097

Results 9 comments of milind1097

It displays the error "FileNotFoundError: [Errno 2] No such file or directory: './py3/aruco.py'" after running ./swigbuild.sh python3 command.

Hello @fehlfarbe , Thank you for your reply. I will try to use the 2nd option that you suggested. While reading the README.md, it states in the 2nd step that...

Hello @fehlfarbe , After installing aruco 3.1.12, I tried to create the python wrapper. I am getting a fatal error. The entire output is as follows. milind@milind:~/python-aruco-aruco-3.1.12$ mkdir build milind@milind:~/python-aruco-aruco-3.1.12$...

Hello @fehlfarbe , I tried building it again. The following is what I faced. milind@Milind:~/python-aruco-aruco-3.1.12/build$ make Scanning dependencies of target pyaruco_swig_compilation [ 33%] Swig compile aruco.i for python /home/milind/python-aruco-aruco-3.1.12/python/../include/cameraparameters.h:79: Warning...

Hello, This is what I got after running the above command. milind@Milind:~$ python3 -c "import numpy as n; print(n.__version__); print(n.get_include())"; 1.19.4 /usr/local/lib/python3.8/dist-packages/numpy/core/include milind@Milind:~$ $ pip3 install --upgrade numpy Defaulting to...

Should I build it again? Have you made any changes after that in CMake file? Thanks. :)

Hello, It worked. Thanks. :) I have 2 questions if you could help me out with it. 1. I tried running the code example.py file and fractal.py. However, I could...

Okay thank you. :) I will try this again but initially when I tried, it was only taking library from aruco and not from cv2.aruco. Can you guide me if...

Ah alright. Thanks, I will look into it regarding how can we obtain customized markers. The pixSize = 10 that you used, is that a random number or can we...