We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
detect('cfg/yolov4.cfg', 'weight/yolov4.weights', 'data/dog.jpg') ---------结果 data/dog.jpg: Predicted in 9.412288 seconds. truck: 0.959403 cat: 0.771351 save plot results to predictions.jpg
The text was updated successfully, but these errors were encountered:
抱歉,这个是darknet2pytorch实现错误导致的,正在想办法如何优美的解决它:persevere:
Sorry, something went wrong.
I got the below predictions which seem ok to me. Am I missing sth here?
data/dog.jpg: Predicted in 6.329646 seconds. truck: 0.925689 dog: 0.999999 bicycle: 1.000000 save plot results to predictions.jpg
No branches or pull requests
detect('cfg/yolov4.cfg', 'weight/yolov4.weights', 'data/dog.jpg')
---------结果
data/dog.jpg: Predicted in 9.412288 seconds.
truck: 0.959403
cat: 0.771351
save plot results to predictions.jpg
The text was updated successfully, but these errors were encountered: