CasonTsai / MaskRcnn_tensorflow_cpp_inference

inference mask_rcnn model with tensorflow c++ api
MIT License
46 stars 10 forks source link

Acquire Mask #5

Closed zhao-lun closed 4 years ago

zhao-lun commented 4 years ago

Hi Cason, Thank you so much for this, I notice you only acquire bbox and neglect the masks, how do i acquire the masks?

zhao-lun commented 4 years ago

Oh i saw your notes. Guess we have to wait for your segmentation part.