The repository is for the computer vision assignment on Object Detection
Notebook for the UNet based model, trained from the start on limited CityScapes dataset with only 11 classes
Fruits_Data_Set has the data needed to fine tune Yolo v2.
- You need to have python 3 installed.
- Install dependencies using:
pip install -r requirements.txt
- Update the data folder paths i.e.
train_folder
andtest_folder
in block 88 of notebook and it will be good to go.