Skip to main content

FAQ

What's the difference between ODHUB and DLHUB?

ODHUB focuses on computer vision tasks that detect objects and localize objects on video streams or images.

DLHUB is more about generic deep-learning applications. You can use DLHUB for regression (prediction) and classification for any data, including images (without giving you a bounding box), audio signals, or tabula data formats.

In terms of detection accuracy, DLHUB and ODHUB are similar.

In terms of inference speed, DLHUB might be much faster than ODHUB as you only need to deal with classification problems (not localization problems)