Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 899 Bytes

File metadata and controls

27 lines (19 loc) · 899 Bytes

PanoSeg

  • Panorama Semantic Segmentation

Overview

PanoSeg is a python script about panorama semantic segmentation.
It use YOLOv2 for object detection and FastMask for segmentation.

Setup

git clone https://github.com/SunDaDenny/PanoSeg

Then you should clone YOLOv2 to PanoSeg/
replace YOLO source code in darknet/src with the file in PanoSeg/darknet/src.
follow YOLO: Real-Time Object Detection to compile and download pretrain model( YOLOv2 608x608 )

clone and setup FastMask to PanoSeg/
move the script in PanoSeg/FastMask to the FastMask root director

Run

python PanoSeg.py [input] [output]