Sangwoo Mo

Results 12 comments of Sangwoo Mo

Hi, as we generated train images following the annotations, it seems that the annotation itself is mis-labeled (or is there a bug in `generate_ccp_dataset.py`?). Thank you for notice that! You...

Hi, it seems that the code fails to read the mask. You'd better to check for which image/mask the code fails to read exactly, e.g., by printing the ID of...

I'm sorry but I have no idea since I had never encountered this problem. Can you simply remove the problematic index?

Hi, thank you for noticing that! I completely forgot about this issue. By the way, while correcting the mode may degrade the absolute FID scores of both fine-tuning and FreezeD,...

Happy to hear that the relative orders are the same! Hope you to develop a better method and report updated values in your manuscript :)

Hi, you may combine the idea of StarGAN (https://github.com/yunjey/stargan). It would be an interesting research direction :)

Hello, I comment in English as it may be helpful for others with same issue. First, can you try to use `--gpu_ids 0` instead of `sudo CUDA_VISIBLE_DEVICES=0`?

I used CUDA 9.0, CUDNN 7.0, and PyTorch 0.4. I thinks it's a PyTorch bug. Does other codes work in your environment? It seems that the latest PyTorch is not...

Hi, it seems that there is an incompatibility of PyTorch with some environments. I'm sorry that I'm not maintaining this code base, and it'd be really appreciate if you find...