Bianjiang Yang

Results 10 comments of Bianjiang Yang

Because after concatenation, the shape of the feature map will be HxWx(C+C'), so did you use convolution layer with kernel size 1*1, channel_in=C+C', channel_out=C, before feeding the concatenated feature map...

just install gcc and opengl, then 'make clean;make'

Hi, could you pls tell me how to use the mpview to output semantic images? (I have successfully compiled the c++ code) I'm really confused about it.

Hi, have you got the **labeled** undistorted color images?

> @CrystalWong2 > Yes,the vgg pretrained model found on the network cannont match because the auther has made some modifications to the vgg network and the parameter names are different。If...

> @TalentedMUSE Hey is it any chance for you to share with your code? txt file generator ``` import os file_path = "/BeautyGAN_pytorch/data/images/makeup" path_list = os.listdir(file_path) path_name=[] for i in...

Sorry, but I have a question. Is it necessary to train the vgg16 by ourselves? Or just use the pretrained model downloaded from Pytorch? ( and using features[:18] for the...

> @Jian-danai I think we can just use the pretrained model from Pytorch. I have run the code and the result was still good. The aim of vgg16 is to...

By the way, can you change the batch size? When I change the batch size from 1 to 2, I will get this error: Traceback (most recent call last): File...

Thanks for your reply, but I do not understand why enlarging my batch size is meaningless. If I have enough GPU mem, will the larger batch_size contribute to the higher...