SwinTransformer / Swin-Transformer-Object-Detection

This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows" on Object Detection and Instance Segmentation.
https://arxiv.org/abs/2103.14030
Apache License 2.0
1.79k stars 377 forks source link

cannot import name '_registerMatType' from 'cv2.cv2' #178

Closed AhmadIbtehaj closed 2 years ago

AhmadIbtehaj commented 2 years ago

I am facing that problem during training

ibtehajali67 commented 2 years ago

I resolved that issue by installing

!pip install opencv-python-headless==4.1.2.30

impiga commented 2 years ago

Close this issue as it has been resolved.