ThorPham / License-plate-detection

This project using yolo3 to detection license plate in street
140 stars 43 forks source link

Export weight to Darknet format #2

Open StanislavSeregin opened 5 years ago

StanislavSeregin commented 5 years ago

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 commented 1 year ago

Did you slove this problem?

koi-boy commented 1 year ago

redowned weight file,I solve this problem.