This repository was archived by the owner on Nov 21, 2023. It is now read-only.
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
AttributeError: 'module' object has no attribute 'ocl' #8
Closed
Description
When invoke this command:
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
got this error:
Traceback (most recent call last):
File "tools/infer_simple.py", line 51, in <module>
cv2.ocl.setUseOpenCL(False)
AttributeError: 'module' object has no attribute 'ocl'
Metadata
Metadata
Assignees
Labels
No labels