Methodforward Forward propagation. :param pool5_feats: conv4_3 feature map, a tensor of dimensions (N, 512, 7, 7) :return: 441 locations a
code/chapter03_object_detection_introduction/tiny_detector_demo/model.py:144
Methodforward Forward propagation. :param image: images, a tensor of dimensions (N, 3, 224, 224) :return: 441 locations and class scores (
code/chapter03_object_detection_introduction/tiny_detector_demo/model.py:185