Augmented Reality with Aruco marker Dependencies It uses OpenCV(3.4.2) and Numpy(1.17.2). The python version is 3.7.5 conda create -n augmented_reality python=3.7.5 conda activate augmented_reality To install the dependencies - pip install -r requirements.txt python ar.py