You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Traceback (most recent call last):
File "tools/infer_simple.py", line 51, in
cv2.ocl.setUseOpenCL(False)
AttributeError: 'module' object has no attribute 'ocl'
The text was updated successfully, but these errors were encountered:
when i run this:
python2 tools/infer_simple.py --cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml --output-dir /tmp/detectron-visualizations --image-ext jpg --wts https://s3-us-west-2.amazonaws.com/detectron/35861858/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml.02_32_51.SgT4y1cO/output/train/coco_2014_train:coco_2014_valminusminival/generalized_rcnn/model_final.pkl demo
i got an error:
Traceback (most recent call last):
File "tools/infer_simple.py", line 51, in
cv2.ocl.setUseOpenCL(False)
AttributeError: 'module' object has no attribute 'ocl'
The text was updated successfully, but these errors were encountered: