official/projects/waste_identification_ml/circularnet-docs/content/analyze-data/learn-about-pipeline.md
CircularNet offers prediction pipelines for processing, analyzing, and performing object recognition on video or image files. These pipelines facilitate systematic and automated video and image analysis using the Mask R-CNN algorithm and additional object detection and feature extraction processes.
You can run a prediction pipeline from a script to automatically apply the two specialized models that analyze images or video frames. A prediction pipeline operates through the following series of actions in a specific order to ensure reliable and consistent results:
After processing all frames of a single video, the pipeline implements an object-tracking algorithm to identify and eliminate duplicate occurrences of objects across sequential frames, enhancing the accuracy of object detection and analysis.
Moreover, applying a prediction pipeline in Google Cloud automatically uploads raw images and prediction results into BigQuery tables. This seamless integration allows you to combine visualization dashboards with analytical reports effortlessly.