Instance segmentation on stereo vision images of KITTI dataset, using YOLOv3 object detector and depth data.
NOTE: Please upgrade to the latest opencv version to avoid errors.
-
Kindly create new folders inorder to save results.
- data/test/est_depth
- data/test/yolo
- data/test/est_segmentation
-
The bounding boxes are saved as numpy arrays and accessed later during the instance segmentation process. So it's important to follow step 1.