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
HI I have some question. I'm trying to train SSD model.
just clone your repository and run 'python ssd-11.6.1.py --train'
I think your weights files epoch is 200. so I training 200 epoch.
but inference result was very low
can you give me a comment about SSD train way?
The text was updated successfully, but these errors were encountered:
On 2060 GPU (laptop), it can achieve real-time (>30fps). What GPU are you using?
Sorry, something went wrong.
I use 3080 GPU(Desktop).
Is it because of the GPU?
3080 > 2060. Pls check your cuda drivers. Execution time on cuda is really fast especially for SSD or YOLO.
sorry I used wrong word.
'Inference result' means model AP metric. in epoch 200 model, model AP metrics were zeros.
No branches or pull requests
HI I have some question.
I'm trying to train SSD model.
just clone your repository and run 'python ssd-11.6.1.py --train'
I think your weights files epoch is 200.
so I training 200 epoch.
but inference result was very low
can you give me a comment about SSD train way?
The text was updated successfully, but these errors were encountered: