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

SSD train #20

Open
Doldolee opened this issue Mar 31, 2022 · 4 comments
Open

SSD train #20

Doldolee opened this issue Mar 31, 2022 · 4 comments

Comments

@Doldolee
Copy link

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?

@roatienza
Copy link
Collaborator

On 2060 GPU (laptop), it can achieve real-time (>30fps). What GPU are you using?

@Doldolee
Copy link
Author

Doldolee commented Apr 1, 2022

I use 3080 GPU(Desktop).

Is it because of the GPU?

@roatienza
Copy link
Collaborator

3080 > 2060. Pls check your cuda drivers. Execution time on cuda is really fast especially for SSD or YOLO.

@Doldolee
Copy link
Author

Doldolee commented Apr 6, 2022

sorry I used wrong word.

'Inference result' means model AP metric.
in epoch 200 model, model AP metrics were zeros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants