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
prediction
i know
output:
$ python detect.py --images imgs/dog.jpg --det det Loading network..... Network successfully loaded prediction = tensor([ [ 0.0000, 89.2452, 110.7772, 303.7112, 294.3270, 0.9952, 0.9997, 1.0000], [ 0.0000, 256.4473, 98.3855, 373.3513, 144.1134, 0.9954, 0.9407, 7.0000], [ 0.0000, 69.5613, 173.2573, 170.4126, 343.0031, 0.9997, 0.9894, 16.0000]]) dog.jpg predicted in 0.150 seconds Objects Detected: bicycle truck dog ---------------------------------------------------------- SUMMARY ---------------------------------------------------------- Task : Time Taken (in seconds) Reading addresses : 0.000 Loading batch : 0.178 Detection (1 images) : 0.150 Output Processing : 0.000 Drawing Boxes : 0.004 Average time_per_img : 0.333 ----------------------------------------------------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifically column 5 (0.9952), column 6(0.9997),which is the precision?
i know
output:
The text was updated successfully, but these errors were encountered: