Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 537 Bytes

File metadata and controls

17 lines (9 loc) · 537 Bytes

DL Assignment - Hands On : Semantic Segmentation

git cloning

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

model checkpoint

link : https://drive.google.com/file/d/1Bv7EbUC881bA0Ew7cFtJF4Sz9fqnnYgK/view?usp=sharing

download it into the root repository of the project (next to the notebooks).