Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Official GitHub repository for the Argoverse 2 family of datasets.
If you have any questions or run into any problems with either the data or API, please feel free to open a GitHub issue!
pip install av2
The easiest way to install the API is via pip by running the following command:
pip install av2
The Argoverse 2 family consists of four distinct datasets:
Dataset Name | Scenarios | Camera Imagery | Lidar | Maps | Additional Information |
---|---|---|---|---|---|
Sensor | 1,000 | :white_check_mark: | :white_check_mark: | :white_check_mark: | Sensor Dataset README |
Lidar | 20,000 | :white_check_mark: | :white_check_mark: | Lidar Dataset README | |
Motion Forecasting | 250,000 | :white_check_mark: | Motion Forecasting Dataset README | ||
Map Change (Trust, but Verify) | 1,045 | :white_check_mark: | :white_check_mark: | :white_check_mark: | Map Change Dataset README |
Please see DOWNLOAD.md for detailed instructions on how to download each dataset.
Please refer to the map README for additional details about the common format for vector and raster maps that we employ across all AV2 datasets.
Python Version | linux | macOS | windows |
---|---|---|---|
3.8 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3.9 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
3.10 | :white_check_mark: | :white_check_mark: | :white_check_mark: |
All incoming pull requests are tested using nox as part of the CI process. This ensures that the latest version of the API is always stable on all supported platforms. You can run the full suite of automated checks and tests locally using the following command:
nox -r
Have a cool feature you'd like to add? Found an unhandled corner case? The Argoverse team welcomes contributions from the open source community - please open a PR using the following template!
Please use the following citation when referencing the Argoverse 2 Sensor, Lidar, or Motion Forecasting Datasets:
@INPROCEEDINGS { Argoverse2,
author = {Benjamin Wilson and William Qi and Tanmay Agarwal and John Lambert and Jagjeet Singh and Siddhesh Khandelwal and Bowen Pan and Ratnesh Kumar and Andrew Hartnett and Jhony Kaesemodel Pontes and Deva Ramanan and Peter Carr and James Hays},
title = {Argoverse 2: Next Generation Datasets for Self-Driving Perception and Forecasting},
booktitle = {Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021)},
year = {2021}
}
Use the following citation when referencing the Argoverse 2 Map Change Dataset:
@INPROCEEDINGS { TrustButVerify,
author = {John Lambert and James Hays},
title = {Trust, but Verify: Cross-Modality Fusion for HD Map Change Detection},
booktitle = {Proceedings of the Neural Information Processing Systems Track on Datasets and Benchmarks (NeurIPS Datasets and Benchmarks 2021)},
year = {2021}
}
All code provided within this repository is released under the MIT license and bound by the Argoverse terms of use, please see LICENSE and NOTICE for additional details.
FAQs
Unknown package
We found that av2 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.