* PointRend is used for segmentation of objects in images and videos.
* Supports extraction of objects from their bounding boxes' coordinates and masks' values.
* Faster and more accurate than the tensorflow version:
*It achieves 0.26 seconds for processing a single image and 4fps for live camera feeds.*
*Using A TargetSize of 667 * 447: It achieves 0.20 seconds for processing a single image and 6fps for live camera feeds.*
*Using A TargetSize of 333 * 200: It achieves 0.15 seconds for processing a single image and 9fps for live camera feeds.*