-
Notifications
You must be signed in to change notification settings - Fork 10
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
AssertionError: Samples in split doesn't match samples in predictions #11
Comments
It seems that your validation set is not complete. Please double-check whether you download the complete nuscenes validation set. Besides, the checkpoint "fusion_voxel0075_R50.pth" merges pretrained transfusion-L and ResNet-50. Thus, you should load pure pre-trained transfusion-L checkpoint for LiDAR-only evaluation. We provide "fusion_voxel0075_R50.pth" to help users directly train the 2-nd MSMDFusion stage without being bothered with the 1-st LiDAR-only backbone pretraining. |
Maybe you can refer to this page |
I'm sure that my nuscenes datasets is complete. |
I cannot find the pre-trained TransFusion-L checkpoint file. You can extract the lidar part in fusioin_voxel0075_R50.pth. "FOREGROUND_MIXED_6NN_WITH_DEPTH" doesn't influence lidar-only inference. |
I find out the reason of error in inference task. |
Thanks for you pointing out this! I will fix this bug. |
Hi, I try to have a inference by fusion_voxel0075_R50.pth(from Baidu cloud storage) and transfusion_nusc_voxel_L.py(base line)
When I run "python tools/test.py configs/transfusion_nusc_voxel_L.py checkpoints/fusion_voxel0075_R50.pth --eval bbox", the following error occur:
What I need to do for implement of this inference
The text was updated successfully, but these errors were encountered: