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

ask questions #3

Open
rainy112233 opened this issue Mar 20, 2023 · 4 comments
Open

ask questions #3

rainy112233 opened this issue Mar 20, 2023 · 4 comments

Comments

@rainy112233
Copy link

What files in your source code do I need to change if I want to run the code successfully.
My dataset path is /root/autodl-tmp/data/train_dataset/pointclouds
image
I would like to ask you, how can I change the code to make the program run successfully。
Looking forward to your reply!
python train.py --cfg PATH_TO_CFG [--ckpt PATH_TO_CKPT] [--evaluation].How can I modify this path?

@danjia21
Copy link
Contributor

Hi @rainy112233

You can find the cfg file on README. Download that and pass the path as --cfg PATH_TO_CFG. The data should be put under ./data/JRDB. In your case, you can make a symbolic link mkdir data && ln -s /root/autodl-tmp/data/ ./data/JRDB.

Alternatively, you can modify the data directory in this line
https://github.com/VisualComputingInstitute/Person_MinkUNet/blob/main/lidar_det/dataset/builder.py#L9

@rainy112233
Copy link
Author

dear teacher,
image
image
image
image
image
image
image
Take a look, this is my complete data set path. How can I change it based on your code so that I can successfully run this program? What content in which folder should I change, python train.py --cfg PATH_TO_CFG [--ckpt PATH_TO_CKPT] [--evaluation]
What should I write in PATH_TO_CFG
What to write in ckpt PATH_TO_CKPT,
I'm in the learning stage so I don't know a lot, I hope you can guide me.
Looking forward to your reply!
Sincerely,

@rainy112233
Copy link
Author

--cfg /globalwork/jia/archive/JRDB_cvpr21_workshop/logs/$RUN/backup/unet_bl_voxel_jrdb_0.05_0.1.yaml
/$RUN/backup/unet_bl_voxel_jrdb_0.05_0.1.yaml
--ckpt /globalwork/jia/archive/JRDB_cvpr21_workshop/logs/$RUN/ckpt/ckpt_e40.pth
How should I change your configuration file to my own, as well as the content after the checkpoint file, is logs a log file? Do we need to recreate the folder for it? It will still be automatically generated through the code, please help me take a look, thanks for your hard work.

@rainy112233
Copy link
Author

hi teacher,
I successfully run this code, Although it is not known whether this is python train.py --cfg PATH_TO_CFG [--ckpt PATH_TO_CKPT] [--evaluation] run together or step by step follow 1.python train.py --cfg PATH_TO_CFG 2. python train.py --ckpt PATH_TO_CKPT 3.python train.py --evaluation ran, but at least I had a successful run, and I was very happy to have made some progress.
So I was wondering if we're going to run this directly together or, you know, step by step.
Thank you very much for your email and guidance.
best,

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