-
Notifications
You must be signed in to change notification settings - Fork 11
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
data extraction on Windows #6
Comments
This is just an example script. You need to customize it for your own dataset. If you are getting 'file not found ' error, please make sure your path is correct. Print the path out and see what it is. |
I understand, thank you! I am using the provided dataset, and I see this error when training:
What might be causing this? I am on windows, with an RTX 4090 GPU, CUDA 11.7 |
I have resolved this by adding:
to line 184 of |
Hi, I am looking at extracting the waymo data on a Windows machine, and the
"PVG\scripts\extract_scenes_waymo.py" file fails due to the 'cp' command.
I have tried switching to:
But I keep getting 'file not found ' errors.
What else can I do to use this script on Windows? Thanks!
The text was updated successfully, but these errors were encountered: