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

where is file named train_ssd.py ? #1820

Open
bskkim1999 opened this issue Mar 29, 2024 · 2 comments
Open

where is file named train_ssd.py ? #1820

bskkim1999 opened this issue Mar 29, 2024 · 2 comments

Comments

@bskkim1999
Copy link

my environment is
jetpack 4.4 , python 3.6.9, torch1.6.0, torchvision 0.7.0a0+78ed10c

======================

I would like to train my detection dataset. So, I found train_ssd.py to train after collecting my pictures taken by camera-capture program. below url is what I saw.
https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-collect-detection.md

But,, there is no train_ssd.py in jetson-inference/python/training/detection/ssd
How can I get train_ssd.py ? I built the project from source not docker

@dusty-nv
Copy link
Owner

@bskkim1999 when you cloned the repo, did you use --recursive ?

If not, you can use git submodule update --init

https://github.com/dusty-nv/jetson-inference/blob/master/docs/building-repo-2.md#cloning-the-repo

@bskkim1999
Copy link
Author

@dusty-nv
I used "git submodule update --init" not "--recursive".
But I can execute "train_ssd.py" by clone "pytorch-ssd" you uploaded.
https://github.com/dusty-nv/pytorch-ssd/tree/6accaa88845ec135a7d6fe25e9a26afd4698639d
anyway, thank you for your help!!

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

2 participants