* Api methods to create, update and remove figures on a video
* class Bitmap: validation enhancement and option to disable it
* class InferenceImageCache: support of caching videos
* class Inference: Use InferenceImageCache instead of InferenceVideoInterface in video inference
* class Inference: Added batch prediction methods
* class InteractiveSegmentation: Added smart_segmentation_batch and smart_segmentation_files endpoints
* class BBoxTracking: Added track-api and track-api-files endpoints
* class BBoxTracking: Parallel prediction and results uploading + batch uploading
* class MaskTracking: Added track-api and track-api-files endpoints
* class MaskTracking: Parallel prediction and results uploading + batch uploading
* class PointTracking: Added track-api and track-api-files endpoints
* class PointTracking: Parallel prediction and results uploading + batch uploading
* class TrackerInterface: Performance improvemets
* Minor fixes