Skip to content

Commit

Permalink
update the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
theairlab committed Dec 3, 2024
1 parent 187001e commit 289678d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tartanair/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def download(self, filelist, destination_path):
class CloudFlareDownloader(object):
def __init__(self, bucket_name = "tartanair-v2") -> None:
import boto3
access_key = "be0116e42ced3fd52c32398b5003ecda"
secret_key = "103fab752dab348fa665dc744be9b8fb6f9cf04f82f9409d79c54a88661a0d40"
access_key = "f1ae9efebbc6a9a7cebbd949ba3a12de"
secret_key = "0a21fe771089d82e048ed0a1dd6067cb29a5666bf4fe95f7be9ba6f72482ec8b"
endpoint_url = "https://0a585e9484af268a716f8e6d3be53bbc.r2.cloudflarestorage.com"

self.bucket_name = bucket_name
Expand Down
3 changes: 2 additions & 1 deletion tartanair/tartanair_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def compile_modality_and_cameraname(self, modalities, camera_names):
folderstr = mod
folderlist.append(folderstr)
else:
print_warn("Warn: note modality {} needs to be processed separately".format(mod))
if mod != "pose":
print_warn("Warn: note modality {} needs to be processed separately".format(mod))

return folderlist

0 comments on commit 289678d

Please sign in to comment.