Mask_rcnn: Can this model run at video file or webcam?

Created on 6 Mar 2018  路  4Comments  路  Source: matterport/Mask_RCNN

Is there a code for input video image or webcam? and how fast would it be? In paper they said 5fps but is it fast enough to be called real-time?

Most helpful comment

My fork uses opencv to feed live images from webcam for prediction. With single Titan Xp it achieves 0.23s/frame (4~5fps). Checkout demo_camera.ipnb

Also see demo vid: https://vimeo.com/258721300

All 4 comments

My fork uses opencv to feed live images from webcam for prediction. With single Titan Xp it achieves 0.23s/frame (4~5fps). Checkout demo_camera.ipnb

Also see demo vid: https://vimeo.com/258721300

Thanks for the answer!

@isVoid Have you changed anything on this code? As I used balloon.py as base code and trained it for 3 classes for my own dataset. And for me evaluation is taking like 4sec for 1 image? I'm using TitanX gpu. Can you suggest how can I run it for 5 fps. Also, do you think this network can be made to run at a higher fps?

@techjjun do you the codes? how to detect with fps? i need that please share it

Was this page helpful?
0 / 5 - 0 ratings