-
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
About Train Part 1 #1
Comments
@HuangZhe885 Thank you for your interest and support! In response to your inquiries: For the first issue, please review the yaml file again to ensure the presence of the 'past_k_time_interval' keyword for the DAIR-V2X dataset. If the problem persists, kindly provide details about the dataset and the specific SOTA method you are using. Regarding the second issue, the 'opv2v_irr' yaml is used for our new dataset IRV2V, not the OPV2V dataset. We are currently preparing tutorials for this new dataset to facilitate researchers' use. Once the tutorials are finalized and the IRV2V dataset is released, we will update this repository accordingly. Thank you for your patience and understanding. Much appreciate for your support and encouragement! |
I use this yaml file to generate [Encoder, Decoder, and ROI Generator]
Structure of dataset is : and replace by new annotations files and data.
thank you for your kindly response. |
By the way, If an optimal weight net_epoch_bestval_at22.pth is generated in the first stage, how to use this weight in fornewdataset.py? I don't understand what scenario_database and debug_path mean? |
I meet the same problem |
Thank you very much for sharing your great work. I've encountered some challenges while trying to train using different datasets.
When I use dateset 'dair_v2x' to run,
python opencood/tools/train.py --hypes_yaml opencood/hypes_yaml/dair-v2x/npj/dair_where2comm_max_multiscale_resnet.yaml
I noticed that the 'past_k_time_interval' keyword is not present in the 'IntermediateFusionDatasetDAIRIrregular' function.
And when I use dateset 'opv2v,'
python opencood/tools/train.py --hypes_yaml /opencood/hypes_yaml/opv2v/npj/opv2v_irr_past_where2comm_max_multiscale_resnet.yaml
I found that there is no 'timestamps.npy' in the raw data. Do I need to regenerate these timestamps, How to regenerate these?
Once again, thank you for your excellent work!
The text was updated successfully, but these errors were encountered: