Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZSL model fails to locate previously saved features when a relative path is passed #3708

Closed
sovrasov opened this issue Jul 3, 2024 · 1 comment
Assignees
Labels
BUG Something isn't working OTX 2.0 For OTX v2.0

Comments

@sovrasov
Copy link
Contributor

sovrasov commented Jul 3, 2024

When executing

otx test --config src/otx/recipe/zero_shot_visual_prompting/openvino_model.yaml --work_dir v2_vpzsl_coco --data_root /mnt/ssd/coco_car_person_medium/ --checkpoint v2_vpzsl_coco/.latest/export/exported_model_decoder.xml \\
 --model.init_args.infer_reference_info_root ./v2_vpzsl_coco/.latest/train

learn method is launched prior to evaluation. If model.init_args.infer_reference_info_root is an absolute path, inference starts as expected, without the execution of the learning stage.

@sovrasov sovrasov added BUG Something isn't working OTX 2.0 For OTX v2.0 labels Jul 3, 2024
@sungchul2
Copy link
Contributor

Fixed #3709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working OTX 2.0 For OTX v2.0
Projects
None yet
Development

No branches or pull requests

2 participants