-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error in nuscenes test data #26
Comments
My problem seems to be in line with this one: #9 (comment) |
Generally, results submitted to the leaderboard to get test set predictions are trained on train+val sets, therefore the results on the test set are higher than val set.
It seems that we don't successfully upload the test set virtual points in the given link. I will check them. |
Thank you very much for your fast response! |
Hi! I met the same error. Have you find out the reason of this issue and resolution on how to deal with it? |
https://github.com/SxJyJay/MDU_preprocess You can refer to this repo and generate the required virtual points for nuScenes test set using the very first command
|
Thanks a lot!!!! |
@SxJyJay Hi, I am testing on the test set (nuscenes_infos_test.pkl )and have followed the above code to generate virtual points on the test set, which solves the previous problem. But it reports a new error: The command I run when testing is: Do you know what it is, please? How can I test it on a test set? |
Hello, have you trained this model? I'm using A800 here but still not enough to train. If you've trained, can you give me an answer to the reason for my lack of memory here, thank you |
@Morizb @Libraaer Hi ! I am trying to run the code for MSMD fusion and perform training on a relatively small part of the whole dataset. I would really appreciate if you could answer the following doubts that I have
|
|
@SxJyJay Thanks for the prompt reply. As far as the 2nd point is concerned, it won't be a problem while carrying out the training part and dealing with the training data, right ? Also, this means that the the links that you had provided in Step 2 of |
Hi, when I use the following command for evaluation:
Evaluation
sh . /tools/dist_test.sh . /configs/MSMDFusion_nusc_voxel_LC.py$ckpt_path$ 2 --eval bbox
The results obtained, are consistent with epoch_6 on the validation set. However, I noticed that the results you gave for the test set have a big improvement compared to the validation set.
When I modify the read test set directly and run it again, the following two errors are reported:
KeyError: Caught KeyError in DataLoader worker process 0.
KeyError: 'num_lidar_pts'
I tried searching for "How to evaluate on Nuscenes test set" but did not find a suitable solution, can you help me with this?
The text was updated successfully, but these errors were encountered: