akirasosa / mobile-semantic-segmentation

Real-Time Semantic Segmentation in Mobile device
MIT License
715 stars 135 forks source link

Use the ./run.sh script to download data? #18

Closed saeed68gm closed 6 years ago

saeed68gm commented 6 years ago

When I try to run it I get the error: ./run.sh: line 6: S3_BUCKET: unbound variable Do I have to set this as global var? Can you provide it? Thanks

akirasosa commented 6 years ago

@saeed68gm You need to specify your own bucket. S3_BUCKET=s3://your-bucket/ ./run.sh

saeed68gm commented 6 years ago

Sorry for noob question. Never worked with AWS, I will try that.

Thank you