HuiZHANG

Results 16 comments of HuiZHANG

@warisha Mine is the same. May I ask have you solved it?

> Did you solve this problem? Sorry. No.

@Rabia-Raja I guess that it's because of the format of your attri_list_celeba.txt? The first row is the number of images, second attribute (like black hair, with glasses and etc.), and...

My result is the same and I just changed the attri_list_celeba.txt. May I ask have you solve it?

@yunjey Could you please give more suggestions to the same results for different attributes? I mean each row (6 small images) of the samples photos should be different like 'happy...

I just change the --rafd_image_dir as mine 'Norland_Images' and CelebA need no change. It worked. "--dataset RaFD --image_size 256 --c_dim 5 --rafd_image_dir Norland_Images" (However, each row of the samples are...

@Gigibulid Firstly I think you need to add your photo into the celebA folder and then add the attribute of your photo into list_attri_celeba.txt. You know, the first row of...

change from "../Thirdparty/DBoW2/lib/libDBoW2.**dylib**" to "../Thirdparty/DBoW2/lib/libDBoW2.**so**"

You can get count m in the mat through the code below ``` mat_file = loadmat(mat_path) value_1=mat_file['image_info'] m,n=value_1[0][0][0][0][0].shape print('there are %d people in this image'%m) ```

Hi, I met the same error, could you please post your method to solve this problem? @xyyu-kevin @leeyeehoo