I get an error like the following.
traceback (most recent call last):
File "test_sensor.py", line 97, in <module>
detector = ArucoDetector(sensor.camera, data["detector_layout_path"])
File "/home/usr/deeptracking/deeptracking/detector/detector_aruco.py", line 11, in __init__
self.camparam = aruco.CameraParameters()
NameError: name 'aruco' is not defined
but, I have installed cv2.aruco
.
What is the problem?
environment
- ubuntu 16.04
- python 3.5
- cuda 9.2