alaamaalouf / FollowAnything

361 stars 45 forks source link

get_detector_model not defined #1

Closed Alex-fishred closed 1 year ago

Alex-fishred commented 1 year ago

thanks for the great work!! I am executing "python annotate_features.py --desired_height 240 --desired_width 320 --queries_dir /home/islab/FollowAnything/FollowAnything --path_to_images /home/islab/FollowAnything/FollowAnything/example_img" but in annotate_features.py appear NameError: name 'get_detector_model' is not defined how to solve?

alaamaalouf commented 1 year ago

thanks for your interest in our paper.

"get_detector_model" should be changed to "get_dino_pixel_wise_features_model"

Fix was pushed :+1:

Alex-fishred commented 1 year ago

thank you problem solved!