Permission denied errors occur when building perception packages that require trained model ONNX files to be downloaded from Google Drive #2433
Labels
component:perception
Advanced sensor data processing and environment understanding.
priority:high
High urgency and importance.
type:bug
Software flaws or errors.
Checklist
Description
When doing a clean build of any perception packages that require trained model ONNX files (eg:
lidar_apollo_instance_segmentation
), a permission denied error occurs when gdown tries to download the files from Google Drive.Expected behavior
ONNX files should be downloaded as expected and the perception packages should build without error
Actual behavior
gdown reports a permission denied error
Steps to reproduce
I am not sure how to reproduce the issue short of doing a complete clean build of Autoware
Versions
Possible causes
The theory is that there is a limit to the number of requests that can be made via Google Drive API, and downloads via gdown will fail when the limit is hit.
Additional context
No response
The text was updated successfully, but these errors were encountered: