metadriverse / scenarionet

ScenarioNet: Scalable Traffic Scenario Management System for Autonomous Driving
Apache License 2.0
170 stars 22 forks source link

suggestion in the process of data format convert #88

Open Alisa742 opened 1 week ago

Alisa742 commented 1 week ago

In the process of converting av2 to metadrive format, there is a problem of transferring the test data and I get the mistake outputs as follows: image there is no problem in converting validation data, so I think maybe it is the discrepancy between val data and test data. However it is wrong. In order to solve the problem, I read the scenarionet/convertor/argoverse2/utils.py, and found: _cgi-bin_mmwebwx-bin_webwxgetmsgimg__ MsgID=4748207345481519212 skey=@crypt_21602739_12976e14c7f430342e9c017faae2559d mmweb_appid=wx_webfilehelper so I made some alterations, there is no mistakes in converting test data of av2. _cgi-bin_mmwebwx-bin_webwxgetmsgimg__ MsgID=5061819736464671273 skey=@crypt_21602739_12976e14c7f430342e9c017faae2559d mmweb_appid=wx_webfilehelper

QuanyiLi commented 1 week ago

Thank you for the feedback! Could you file a PR to fix this?