Skip to content

You have been hired in the data science team at Home Depot and you are tasked to semantically segment objects shown in the so called “buyers guide” videos. You are to segment only objects that their customers can purchase in their stores.

Vrajs16/ML-Project-CS482

Repository files navigation

ML-Project-CS482

Team Members

Cvat Installation Instructions

Mac OS Mojave

  • Download docker
  • Clone source code with git.
    git clone https://github.com/opencv/cvat
    cd cvat
  • Run docker containers.
    docker-compose up -d
  • Register a superuser.
    docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
  • Open chrome and login to CVAT with the credentials.
    http://localhost:8080
  • Close docker
    docker-compose down

Downloading model

run git lfs pull to download the model and videos

Final Semantic Segmentation Video

Semantic Segmentation Video

About

You have been hired in the data science team at Home Depot and you are tasked to semantically segment objects shown in the so called “buyers guide” videos. You are to segment only objects that their customers can purchase in their stores.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published