Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (32 loc) · 848 Bytes

README.md

File metadata and controls

36 lines (32 loc) · 848 Bytes

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