meshed-memory-transformer
meshed-memory-transformer copied to clipboard
I don't know what 'cls_prob' means
Hello. Thanks for sharing your code.
I checked coco_detections.hdf5
file using HDFView.
I understand that imgid_features
and imgid_boxes
are extracted from Faster R-CNN(with ResNet101).
But, I was wondering how you extracted the cls_prob
and what it means.
Thanks for reading!
HI, I have the same problem. Do you know how to solve it now? @yoojin9649
Hello. Thanks for sharing your code.
I checked
coco_detections.hdf5
file using HDFView.I understand that
imgid_features
andimgid_boxes
are extracted from Faster R-CNN(with ResNet101).But, I was wondering how you extracted the
cls_prob
and what it means.Thanks for reading!
Hello, excuse me, I recently read the paper Meshed_memory, and I am a little confused about the data set coco_detections.hdf5 he used. Is the value extracted by the imgid_features key the regional feature of the image corresponding to the image_id? Or can you tell me what content this imgid_features is used to save?