motokimura / spacenet_building_detection

Project to train/test convolutional neural networks to extract buildings from SpaceNet satellite imageries.
MIT License
187 stars 54 forks source link

can not find the tif profiles in the container #1

Closed MrFoxwho closed 5 years ago

MrFoxwho commented 5 years ago

The terminal can not find the tif files in the container directory of ../../data/processedBuildingLabels/3band"

motokimura commented 5 years ago

Did you download SpaceNet data from AWS? https://github.com/motokimura/spacenet_building_detection#1-download-spacenet-dataset

If so, I suggest you to check 3band directory exists in the correct path.

MrFoxwho commented 5 years ago

Did you download SpaceNet data from AWS? https://github.com/motokimura/spacenet_building_detection#1-download-spacenet-dataset

If so, I suggest you to check 3band directory exists in the correct path.

Thank you. I have fixed this error by creating a folder named”buildingMaskImages”. By the way, could you tell me the password of jupyter notebook in the container ? I can not use it when opening local host:8888.

motokimura commented 5 years ago

I just realized I should have made buildingMaskImages in advance thanks to your feedback. Thanks.

Default password is passw0rd as written in docker/Dockerfile. https://github.com/motokimura/spacenet_building_detection/blob/a9442b86b6cbb978904eb19bbf26e71700673fd1/docker/Dockerfile#L65

motokimura commented 5 years ago

If you run the container in remote server like AWS, GCP, etc., I recommend you to change this password just in case.

MrFoxwho commented 5 years ago

I just realized I should have made buildingMaskImages in advance thanks to your feedback. Thanks.

Default password is passw0rd as written in docker/Dockerfile. https://github.com/motokimura/spacenet_building_detection/blob/a9442b86b6cbb978904eb19bbf26e71700673fd1/docker/Dockerfile#L65

Thanks a lot!

motokimura commented 5 years ago

Thanks for your feedback!. I will close this issue after fixing a bug.