-
Notifications
You must be signed in to change notification settings - Fork 5
error:sh scripts/DGFNet_test.sh #4
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.
< 8000 p class="mt-4 color-fg-muted text-center"> Already on GitHub? Sign in to your accountComments
You first need to preprocess the raw argoverse data, and then if you want to test it, you need to train a model first. use |
Firstly, there is no detailed code for processing the test data in the argo_preproc.sh script. echo "-- Processing train set..." So, I would like to know how to process the test dataset? |
Yes, there's no problem with your understanding. I did miss the script code here |
@XinGP 作者你好,能不能发一份预处理测试集的代码以及生成h5文件的代码,我的邮箱是1311562375@qq.com,非常感谢 |
When I run this code:
sh scripts/DGFNet_test.sh
I encounter the following error:
FileNotFoundError: [Errno 2] No such file or directory: 'data_argo/features/test/'
Could you please tell me how to create the test dataset? Do I need to write another .sh file?
The text was updated successfully, but these errors were encountered: