PnP-GA
PnP-GA copied to clipboard
Could you release the pretrained models?
你好,在adapt.py中有这么一行,for i, (target, source) in enumerate(zip(dataset_target, dataset_source)),但是target和source的图像数量并不一致,无法enumerate,请问你们是如何确保两者数量一致的呢
Hello, I am reproducing the results of your paper. Could you release the models group ( 10 models ) that you trained in gaze360 ??
Could you provide the code for label conversion of four datasets? By the way, what's the meaning of the something like this "1_A_DS_S_1" in your example of label files? Thank...
hi, thank you for your excellent work, and i want to know the original image size is 448*448 or 224*224. i saw "fimg = cv2.resize(fimg, (448, 448))/255.0" in released code....
I found that without all pre-training weights, can open pre-training code