ori-mrg / robotcar-dataset-sdk

Software Development Kit for the Oxford Robotcar Dataset
Other
262 stars 94 forks source link

Errors from running scripts with python3 #27

Open drscopus opened 4 years ago

drscopus commented 4 years ago
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvShowImage, file /io/opencv/modules/highgui/src/window.cpp, line 583
Traceback (most recent call last):
  File "play_radar.py", line 59, in <module>
    cv2.imshow(title, vis * 2.)  # The data is doubled to improve visualisation
cv2.error: /io/opencv/modules/highgui/src/window.cpp:583: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvShowImage

I use python3.5.2, The libgtk2.0-dev and pkg-config have been already installed. Thanks!

mttgdd commented 4 years ago

Hi, this seems like an issue specific to your system, but could you send your command line so that I can try to recreate the issue?

drscopus commented 4 years ago

My command line is "python play_radar.py ~/Downloads/2019-01-10-14-36-48-radar-oxford-10k-tiny/radar"