Skip to content

Programming test to perform Semantic Segmentation from the data set AI4Mars

Notifications You must be signed in to change notification settings

jordigc2/SpaceApps_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpaceApps_test

Programming test to perform Semantic Segmentation from the data set AI4Mars

Preparing data

Create the folder ./data and store inside the AI4Mars dataset provided in google drive.

Building image

sudo docker build -t spaceapps .

Running container

sudo docker run -p 8888:8888 -v <path-from-root-to-repo>/SpaceApps_test:/spaceapps_test/ spaceapps

Running code

Go into the folder src and open the Code.ipynb to see the last execution done with all the description. You should be able to run the different cells.

NOTE

I wanted to upload the NN weiths but the .zip file was 113MB, which made it not possible to upload to github. Use this link to Drive to download the checkpoints and copy them inside the ./src folder.

About

Programming test to perform Semantic Segmentation from the data set AI4Mars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published