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

ValueError: num_samples should be a positive integer value, but got num_samples=0 #51

Open
reynerliu opened this issue Apr 18, 2024 · 0 comments

Comments

@reynerliu
Copy link

When I use the module refining to train GRM:
<cd DetZero/refining/tools &&
python train.py --cfg_file cfgs/ref_model_cfgs/vehicle_grm_model.yaml>,the error broke.I think maybe it is caused by the wrong root of dataset.But I don't know which is the dataset,I check the DATA_CONFIG and I found that: INFO cfg.DATA_CONFIG.DATASET: WaymoGeometryDataset,where is it?
Before the above step,I use the command <cd DetZero/daemon &&
python prepare_object_data.py --track_data_path <PATH_TO_TRACKING_RESULT> --split <DATA_SPLIT>>to prepare object data.As the result,I got the 'refining' direction with three filefolder <'Vehicle','Cyclist','Pedestrian'>,and each of them has several .pkl files.
I don't know whether the data which is used for the step to train GRM is generated by the prepare-object-data step?

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

No branches or pull requests

1 participant