Benjamin Wilson
Benjamin Wilson
Hi @hendrik-b, We're currently working with eval-ai to resolve this issue. Please refer to: https://github.com/argoai/av2-api/issues/74 for a work-around. Ben
@wqi , do you mind taking another look? I had to make some additional changes to satisfy `mypy`.
Hi @rb-determined-ai , `v1.7.7` support would be incredibly helpful. Are there any major blockers? Thanks! Ben
Hi @tomztyang, thanks for your interest. Would you mind posting some examples with the code you're using to project the cuboids? Ben
Hi @yuxinl915, please refer to the instructions listed here: https://github.com/argoai/av2-api/blob/main/DOWNLOAD.md. You should be able to download individual scenarios. An example: ```bash s5cmd --no-sign-request cp s3://argoai-argoverse/av2/motion-forecasting/train/0dfbd3aa-467e-46b7-8da8-ca289132ac28/* ~/Downloads/ ```
Hi @Akamel01, unfortunately the provided timestamps do not correspond with real-world time and date, so it won't be possible to recover this information. Ben
I'm also interested in using s3 when targeting `wasm32-unknown-unknown`. What is the current status? Thanks!
@ritchie46, how difficult do you think the implementation of the "nearest" strategy would be? Reference: https://pandas.pydata.org/docs/reference/api/pandas.merge_asof.html?highlight=merge_asof#pandas.merge_asof
Hi @SM1991CODES, Can you try again with the latest code on the main branch?
Hi @SM1991CODES, This is on my todo list to add. A current work-around would be to use this https://github.com/argoverse/av2-api/blob/6a1f1ee59bfa63d621b0c6b2c1040a7c9ec732d3/src/av2/structures/cuboid.py#L79 and then pass the points and cuboid vertices to the interior...