open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

[AC]: fix model search issue

Open azhai219 opened this issue 2 years ago • 1 comments

fix model search issue

when try to execute the accuracy_check locally, the program can't find the specific model file in the custom model directory. The reason is Path.glob(*abc) cannot search the directories recursively. So just use the Path.rglob(*abc) can solve this problem.

azhai219 avatar Apr 21 '23 10:04 azhai219

@eaidova Could you help review this PR if free? Thanks.

azhai219 avatar Apr 30 '23 04:04 azhai219