This repo is part of kPAM that provides ros service for instance segmentation using maskrcnn-benchmark.
- Install maskrcnn-benchmark, download the pre-trained weight here
- Clone this repo into your catkin workspace and run
catkin_maketo build the message types - Run the node by
python nodes/mrcnn_segment_server.py. The config file is available here - Run
python scripts/simple_mrcnn_client_test.pywith the image in test_data to test the server