Question 6
The diagram below represents the block-wise flow of the Faster R-CNN object detection pipeline:
The blocks (not in order) are described as:
(a) Image warping / reconstruction using disparity.
(b) RoI Pooling
(c) Classification and Bounding Box Regression
(d) Input image
(e) Backbone CNN (e.g., ResNet)
Match the blocks to the diagram and choose the correct sequence of labels corresponding to boxes A through E.
A–(d), B–(e), C–(a), D–(b), E–(c)
A–(d), B–(a), C–(e), D–(b), E–(c)
A–(e), B–(d), C–(a), D–(c), E–(b)
A–(d), B–(e), C–(b), D–(a), E–(c)