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

detect nothing while use half forward #15

Open
MHGL opened this issue Jun 23, 2021 · 0 comments
Open

detect nothing while use half forward #15

MHGL opened this issue Jun 23, 2021 · 0 comments

Comments

@MHGL
Copy link
Contributor

MHGL commented Jun 23, 2021

problem

  • set config.core.Yolov5Test.half = True on GeForce GTX 1650
WARNING  file: zidane.jpg >>> non - detect
  • set config.core.Yolov5Test.half = True on GeForce GTX 2080Ti
INFO     file: zidane.jpg >>> class: [0, 27, 0, 27] >>> score: [0.8773488402366638, 0.6606225967407227, 0.5938552021980286, 0.28712472319602966] >>> coord: [[749, 42, 1148, 708], [433, 433, 517, 715], [113, 196, 1093, 710], [986, 304, 1027, 420]]
  • set config.core.Yolov5Test.half = False
INFO     file: zidane.jpg >>> class: [0, 27, 0, 27] >>> score: [0.8773488402366638, 0.6606225967407227, 0.5938552021980286, 0.28712472319602966] >>> coord: [[749, 42, 1148, 708], [433, 433, 517, 715], [113, 196, 1093, 710], [986, 304, 1027, 420]]

case

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

1 participant