The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Cvt: Segment images or video by class in real-time on device
BiSeNet (Bilateral Segmentation Network) is a novel architecture designed for real-time semantic segmentation. It addresses the challenge of balancing spatial resolution and receptive field by employing a Spatial Path to preserve high-resolution features and a context path to capture sufficient receptive field.
This is based on the implementation of Cvt found here. This repository contains scripts for optimized on-device export suitable to run on Qualcomm® devices. More details on model performance accross various devices, can be found here.
Sign up to start using Qualcomm AI Hub and run these models on a hosted Qualcomm® device.
Example & Usage
Install the package via pip:
pip install qai-hub-models
Once installed, run the following simple CLI demo:
python -m qai_hub_models.models.cvt.demo
More details on the CLI tool can be found with the --help option. See
demo.py for sample usage of the model including pre/post processing
scripts. Please refer to our general instructions on using
models for more usage instructions.
Export for on-device deployment
This repository contains export scripts that produce a model optimized for on-device deployment. This can be run as follows:
python -m qai_hub_models.models.cvt.export
Additional options are documented with the --help option.
License
- The license for the original implementation of Cvt can be found [here](This model's original implementation does not provide a LICENSE.).
- The license for the compiled assets for on-device deployment can be found here
References
- BiSeNet Bilateral Segmentation Network for Real-time Semantic Segmentation
- Source Model Implementation
Community
- Join our AI Hub Slack community to collaborate, post questions and learn more about on-device AI.
- For questions or feedback please reach out to us.
- Downloads last month
- 81