-
Notifications
You must be signed in to change notification settings - Fork 954
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
SSD train #20
Comments
On 2060 GPU (laptop), it can achieve real-time (>30fps). What GPU are you using? |
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: