zhanglaoban-kk
zhanglaoban-kk
Hello, I would like to ask, how to use Dinov2 for self-supervised learning of unlabeled images, get pre-trained weights, and then load the obtained pre-trained weights for supervised learning with...
请问,我在win系统下,from petrel_client.client import Client提示无法解析导入“petrel_client.client”,这个问题怎么解决? 安装也找不到这个库
在dataset-folder中,import accimage cannot be parsedhow to solve it here def accimage_loader(path: str) -> Any: import accimage try: return accimage.Image(path) except IOError: # Potentially a decoding problem, fall back to PIL.Image...
Hello!Here import accimage import display can not be resolved, how to solve this problem ,I hope to hear from you.Thanks. # TODO: specify the return type def accimage_loader(path: str) ->...
Hello, I want to load my own unlabeled image data for pre-training, modify the parser.add_argument in the main_pretrain.py('--data_path', default='./data/imagenet', type=str, help='dataset path'), why the system prompts that the specified path...
Hi! I want to use your project for self-supervised pre-training, but when loading the data, it prompts that the specified path cannot be found, my data is unlabeled picture data...