Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opencv 3.4.10/ efficientnet/ Yolo v3 #332

Closed
weiwei-liu opened this issue May 22, 2020 · 1 comment
Closed

opencv 3.4.10/ efficientnet/ Yolo v3 #332

weiwei-liu opened this issue May 22, 2020 · 1 comment

Comments

@weiwei-liu
Copy link

I am trying to interpret a model with EfficientNet as backbone for Yolo v3 Detector.

I got this error:
cv2.error: OpenCV(4.2.0) /io/opencv/modules/dnn/src/darknet/darknet_io.cpp:686: error: (-212:Parsing error) Unsupported activation: smish in function 'ReadDarknetFromCfgStream'

The activations and functions like add grouped convolutions, sigmoid, swish, scale_channels are also added to opencv and These feature merged to opencv:3.4.

My Question is:

How can I pip install opencv-python with opencv 3.4.10 instead of opencv 4.2.0?

@skvark
Copy link
Member

skvark commented May 22, 2020

3.4.10 and 4.3.0 releases are currently blocked, for more info:

@skvark skvark closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants