Skip to content
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

Same filename values for different scenes #1136

Open
dandon223 opened this issue Jan 29, 2025 · 1 comment
Open

Same filename values for different scenes #1136

dandon223 opened this issue Jan 29, 2025 · 1 comment

Comments

@dandon223
Copy link

dandon223 commented Jan 29, 2025

Hi,
I am trying to import nuscenes metadata to relational database for my little project. I added unique_constraint to sample_data.filename and discovered that filename samples/RADAR_FRONT_RIGHT/n008-2018-08-30-10-33-52-0400__RADAR_FRONT_RIGHT__1535639656688279.pcd is duplicated in sample_data 640c279304be4ba1943b583c104ffca6 and ae47042444984f9aa5558f27085e2afd.

sample_data 640c279304be4ba1943b583c104ffca6 is assigned to sample 7ffbefad826f4cc1bd0336beb69544e6 which is scene
b07358651c604e2d83da7c4d4755de73

sample_data ae47042444984f9aa5558f27085e2afd is assigned to sample 6123a0c091d24c39ab274cdbad994bc4 which is scene 26a6b03c8e2f4e6692f174a7074e54ff.

I inverstigated some more and there are 2631083 sample_data but 2631073 distinct filenames, meaning there are 10 such duplicates.
Duplicates in question:
samples/RADAR_FRONT_RIGHT/n008-2018-08-30-10-33-52-0400__RADAR_FRONT_RIGHT__1535639656688279.pcd samples/RADAR_BACK_RIGHT/n008-2018-08-30-10-33-52-0400__RADAR_BACK_RIGHT__1535639656680377.pcd samples/RADAR_FRONT/n015-2018-09-25-13-17-43+0800__RADAR_FRONT__1537852775171566.pcd samples/RADAR_FRONT_LEFT/n015-2018-09-25-13-17-43+0800__RADAR_FRONT_LEFT__1537852775180041.pcd samples/RADAR_FRONT_RIGHT/n015-2018-09-25-13-17-43+0800__RADAR_FRONT_RIGHT__1537852775174924.pcd samples/RADAR_BACK_RIGHT/n015-2018-11-21-19-38-26+0800__RADAR_BACK_RIGHT__1542800367914021.pcd samples/RADAR_FRONT/n015-2018-11-21-19-38-26+0800__RADAR_FRONT__1542800387914488.pcd samples/RADAR_FRONT_LEFT/n015-2018-11-21-19-38-26+0800__RADAR_FRONT_LEFT__1542800387935184.pcd samples/RADAR_BACK_LEFT/n015-2018-11-21-19-38-26+0800__RADAR_BACK_LEFT__1542800387930913.pcd samples/RADAR_FRONT/n015-2018-11-21-19-38-26+0800__RADAR_FRONT__1542800547920415.pcd

Can something be done about it?

@dandon223 dandon223 changed the title Same filename value for two different scenes Same filename values for different scenes Jan 29, 2025
@dandon223
Copy link
Author

dandon223 commented Jan 29, 2025

I also checked that there are 2631073 files in both sweeps and samples meaning that there are 10 RADAR files missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant