michigan-traffic-lab / Mcity-AV-Challenge

10 stars 2 forks source link

botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied #4

Closed Jihy closed 2 months ago

Jihy commented 4 months ago

when using the download_test_results.py the access denied problem happens. Traceback (most recent call last): File "E:\McityAVChallenge\Mcity-AV-Challenge\utils\download_test_results.py", line 33, in <module> for page in pages: File "D:\Anaconda3\Lib\site-packages\botocore\paginate.py", line 269, in __iter__ response = self._make_request(current_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Anaconda3\Lib\site-packages\botocore\paginate.py", line 357, in _make_request return self._method(**current_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Anaconda3\Lib\site-packages\botocore\client.py", line 535, in _api_call return self._make_api_call(operation_name, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Anaconda3\Lib\site-packages\botocore\client.py", line 980, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: Access Denied

Is the usage or connection not correct? Or provide a tutorial on using this tool? I'm using the windows conda python to excecute the file, and still failed after using a VPN.

zhuhj-tery commented 4 months ago

I just changed the permission of the s3 bucket. Could you please check again?

Jihy commented 4 months ago

There is no bug any more but also no file is downloaded, maybe my id m2024000001 has no test result actually? I notice that some other id still has no access, I guess they are team in participation.

zhuhj-tery commented 4 months ago

There are test data and you should be able to download the results with the latest script. Did you pull the latest script and run the following command for your team:

python utils/download_test_results.py -r 1 -t m2024000001
Jihy commented 4 months ago

Yes, everything is OK. Thanks!

hhjj233 commented 2 months ago

@zhuhj-tery could you pls check the permission status again for the team with id m2024305642? I faced the exactly same problem.

zhuhj-tery commented 2 months ago

Hi, It seems your team did not share us with your algorithm. So, there are no evaluation results for your team.

hhjj233 commented 2 months ago

Thx, will try later.

hhjj233 commented 2 months ago

BTW, where can we check the leaderboard and the specific weight of the evaluation metrics?