faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
import cv2 error
when I run the train.py, the error
ImportError: /usr/share/Anaconda2/lib/python2.7/site-packages/torch/lib/libgomp.so.1: version GOMP_4.0' not found (required by /opt/OpenBLAS/lib/libopenblas.so.0)
` happens. How can I fix it?
Google is your friend https://github.com/dmlc/xgboost/issues/1786