GCP-Colorization icon indicating copy to clipboard operation
GCP-Colorization copied to clipboard

Unknown model (beit_large_patch16_512) for test testcase_in_the_wild

Open XiaoluJiayou opened this issue 2 years ago • 2 comments

When I test the images for testcase_in_the_wild and run the code python predict_imagenet_label.py testcase_in_the_wild --model beit_large_patch16_512 --pretrained. It could generate this issue which is Unknown model (beit_large_patch16_512) for test testcase_in_the_wild

XiaoluJiayou avatar Feb 05 '23 06:02 XiaoluJiayou

This looks like a timm problem, maybe you can check if timm (my timm version is 0.6.5) is installed successfully, for example, check if beit_large_patch16_512 is in timm.list_models().

ToTheBeginning avatar Feb 06 '23 02:02 ToTheBeginning

好的,谢谢老哥。你的论文真不错,想法很好,着色效果也好,在ImageNet 验证集上的客观指标的值也和论文上的保持一致,不像有的论文,测试结果根本达不到论文上的结果。我再去确认以下timm的版本,谢谢

XiaoluJiayou avatar Feb 06 '23 02:02 XiaoluJiayou