User Guide ========== Demos ----- For high-level demos that showcase Bridge's capabilities, consider browsing the following notebooks: Exploratory Data Analysis ^^^^^^^^^^^^^^^^^^^^^^^^^ * :doc:`COCO Dataset EDA ` Full Pipeline ^^^^^^^^^^^^^ * :doc:`COCO Dataset → Augmentations → Pytorch ` Guides ------ While the demos provide a glimpse into Bridge's capabilities, the following guides will introduce you to the core concepts and design of Bridge, which will allow you to tailor it to your own needs. Fundamentals ^^^^^^^^^^^^ Start here to learn the basics of Bridge, namely how a Bridge Dataset is designed. * :doc:`The Sample API ` * :doc:`The Table API ` Custom datasets ^^^^^^^^^^^^^^^ Learn how to create custom Bridge Datasets. * :doc:`Connect raw data to Bridge using Load Mechanisms ` * :doc:`Create a custom dataset with Dataset Providers ` * :doc:`Interact with your data using Display Engines ` Processing data ^^^^^^^^^^^^^^^ * :doc:`Augment data using Sample Transforms ` * :doc:`Save intermediate data with Cache Mechanisms ` .. toctree:: :maxdepth: 2 :hidden: notebooks/vision/fundamentals/coco_eda_demo notebooks/vision/processing_data/source2tensors_demo notebooks/vision/fundamentals/sample_api notebooks/vision/fundamentals/table_api notebooks/vision/custom_data/load_mechanism notebooks/vision/custom_data/dataset_provider notebooks/vision/custom_data/display_engine notebooks/vision/processing_data/sample_transform notebooks/vision/processing_data/cache_mechanism