Skip to content

SunDaDenny/PanoSeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

panorama semantic segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors