rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.07k stars 4.11k forks source link

Semantic Segmentation Code #327

Open harpribot opened 7 years ago

harpribot commented 7 years ago

The demo code is just for object detection. Do you have code to verify the semantic segmentation. The paper I am referring to is

Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation.  R. Girshick, J. Donahue, T. Darrell, J. Malik.  CVPR 2013 [pdf] 
soulslicer commented 6 years ago

Did you figure this out?