git clone https://github.com/Tomiki3/DLAssignmentSemSeg.git
download the model.pth that is given below and put it in the root repository of the project as described in the section below
cd DLAssignmentSemSeg
python3 infer.py --image_path image.jpeg --checkpoint_path model.pth
link : https://drive.google.com/file/d/1Bv7EbUC881bA0Ew7cFtJF4Sz9fqnnYgK/view?usp=sharing
download it into the root repository of the project (next to the notebooks).