LuoweiZhou / detectron-vlp

Detectron for image/video region feature extraction, inspired by Xinlei's repo
21 stars 5 forks source link

anet_detection_vg_fc6_feat_100rois.h5 problem #7

Closed pandababyer closed 3 years ago

pandababyer commented 3 years ago

Hi, Luowei. Thank you for sharing the feature extraction code ! But I have this problem since your last change. It seems like a error when write the .h5 file https://github.com/LuoweiZhou/detectron-vlp/blob/9ecc981d196d989b25dadd32b3680c8be93e9b06/tools/extract_features_gvd_anet.py#L271 image

Looking forward to your reply. Thanks.

LuoweiZhou commented 3 years ago

@pandababyer It should actually be reshape instead of view. Sorry for the inconvenience. Will update.

pandababyer commented 3 years ago

Thank you for the reply