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

Export weight to Darknet format #2

Open
StanislavSeregin opened this issue Jul 10, 2019 · 2 comments
Open

Export weight to Darknet format #2

StanislavSeregin opened this issue Jul 10, 2019 · 2 comments

Comments

@StanislavSeregin
Copy link

StanislavSeregin commented Jul 10, 2019

How I can export weight to Darknet (.weight) format instead PyTorch(.pt) without weights transpose? OpenCV throw exception with "Transpose the weights (except for convolutional) is not implemented"...

/* OpenCV check version */
bool transpose = (major_ver > 1000) || (minor_ver > 1000);
if(transpose)
    CV_Error(cv::Error::StsNotImplemented, "Transpose the weights (except for convolutional) is not implemented");
@koi-boy
Copy link

koi-boy commented Feb 4, 2023

Did you slove this problem?

@koi-boy
Copy link

koi-boy commented Feb 4, 2023

redowned weight file,I solve this problem.

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