ChenRocks / UNITER

Research code for ECCV 2020 paper "UNITER: UNiversal Image-TExt Representation Learning"
https://arxiv.org/abs/1909.11740
777 stars 109 forks source link

Hyperparameters for image feature extraction #69

Open senzeyu opened 3 years ago

senzeyu commented 3 years ago

Hello, thanks for open-sourcing the amazing work! Do you mind sharing more experiment details for image feature extraction? For example, what are the score threshold, NMS threshold, and the number of detections to keep? For every image, do you always generate the same amount of detections so that the pooled ROI feature dimension will be the same for all images? Thank you again for your time!