tf object detection api - extract feature vector for each detection bbox
问题 I'm using Tensorflow object detection API and working on pretrainedd ssd-mobilenet model. is there a way to extact the last global pooling of the mobilenet for each bbox as a feature vector? I can't find the name of the operation holding this info. I've been able to extract detection labels and bboxes based on the example on github: image_tensor = detection_graph.get_tensor_by_name( 'image_tensor:0' ) # Each box represents a part of the image where a particular object was detected. detection