VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

[FEATURE] Can the feature extractor adapt to different image sizes?

Open Frank-Dz opened this issue 5 years ago • 0 comments

Does the function

def extract_features(model, video, bbox, debug=False, batch_size=200, kp_2d=None, dataset=None, scale=1.3):

in

lib/data_utils/feature_extractor.py

Can handle different image sizes?

For example, can we use the image whose size is 512 x 512 rather than 224 x 224 for extractor? Do we need to retrain the feature extractor?

Thank you!

Frank-Dz avatar Oct 21 '20 01:10 Frank-Dz