-
Notifications
You must be signed in to change notification settings - Fork 6
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
save results #5
Comments
Hi. 'Semantickitti_test_65.3.pth' is the result of the test set, training with the trainval set. 'Semantickitti_val_62.6.pth' is the result of the validation set, training with the training set. If you want to get the result of the test set prediction, run this config. If you want to get the result of the validation set, also run this config but change line 78 to ann_file='semantickitti_infos_val.pkl' |
thank you for the fast reply. I run the test.py with the following flags :
where in p3former_8xb2_3x_semantickitti_submit.py I change line 78 like you suggested to run the on the validation data,
|
Sorry for the late reply. It seems to be a mistake made by me. I have fixed it. You can pull the new version and try again. Note that if the prediction is done, it will raise an error "'NoneType' object has no attribute 'keys'" due to the small incompatibility with mmdet3d. It's normal. |
thank you. |
It should be saved in the path specified in the configs named "submission_prefix". Have you checked it? |
Hi, @xizaoqu the command is as follows: the log file is as follows: the config file is as follows, I replaced the .log suffix with the .py suffix since file limitation
Do you have any suggestions? Think you! |
Another question,I have not A100 platform,what suggestions you have for the small memory card platform,or skill? |
Hi, you can also use V100 with ~32G memory with a smaller batch size. |
Have the results been saved? If so, never mind this Error. |
I am trying to run your code using the trained weights you provided,
(btw, I am not sure what is the difference between 'semantickitti_test_65.3.pth' and 'semantickitti_val_62.6.pth', both trained on the training dataset?, but one gave higher score?)
the code test.py is running, but no .lables files are generated, and I was unable to understand where how to save the results of the network.
The text was updated successfully, but these errors were encountered: