How do I concatenate extracted features with keypoints?

I am having two models, where one model (resnet50) is extracting features, and another model outputs keypoints. How could I concetanate the features of these two models? What should I do with keypoints of the second model?

Thank you!