Eaphan / UPIDet

Unleash the Potential of Image Branch for Cross-modal 3D Object Detection [NeurIPS2023]
Apache License 2.0
54 stars 7 forks source link

Can't reduce the number of samples #5

Closed amineboujnah-dev closed 1 year ago

amineboujnah-dev commented 1 year ago

I am trying to reduce the number of samples for training/testing purpose but I wasn't able to dot that since I have to use the provided pickle info files for segmentation.

Eaphan commented 1 year ago

There are 3712 samples for training and the rest 3769 samples for validation. You can reduce the number of samples for training/validation by reading the pickle files and subsampling from the origin list.

Eaphan commented 1 year ago

Sorry, can you describe your purpose and script in detail?