Links¶
Model¶
General Chain¶
Feature Extraction¶
Feature extraction links extract feature(s) from given images.
Detection¶
Detection links share a common method predict() to detect objects in images.
For more details, please read FasterRCNN.predict().
Semantic Segmentation¶
Semantic segmentation links share a common method predict() to conduct semantic segmentation of images.
For more details, please read SegNetBasic.predict().