hdjsjyl

Results 39 comments of hdjsjyl

I have solved this problem, thank you very much!

Hi Author, Just want to ask whether the StyleGAN2 code provided can be used for the pre-trained model in Model_zoo. Could I only use the code for inference? Looking forward...

@JadenLy @Zephyr-D @qqsh0214 , I meet the same problem, How you cope with the problem. I appreciate any help. Thank you very much

@nttstar when I change the function 'generate_anchors_fpn' to this: def generate_anchors_fpn(base_size, scales, ratios): anchors = [] _ratios = ratios.reshape((len(base_size), -1)) _scales = scales.reshape((len(base_size), -1)) for i, bs in enumerate(base_size): __ratios...

I see the parameter 'color_jitter' for data augmentation, it is not used. correct?

@nttstar Thanks for your reply. This information is important to me. Thanks. Other questions: 1. I found that the program runs fast. And when I run the code with not...

@nttstar , I think the parameters are the same as what you said. But the results I got are far from the results you got. It is very strange. Any...

@Franciszzj , @xilaili , This is a good implement for mask-rcnn. Thank you very much. I want to know how you add roiAlign to mxnet. I did not find related...

@Franciszzj , thanks for your reply. I use virtualenv to install mxnet, so I do not find src/operater/contrib/ this folder.