- Panorama Semantic Segmentation
PanoSeg is a python script about panorama semantic segmentation.
It use YOLOv2 for object detection and FastMask for segmentation.
git clone https://github.com/SunDaDenny/PanoSegThen 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
python PanoSeg.py [input] [output]