RobinHan24

Results 14 comments of RobinHan24

> How did you set about the cropsize? I just use the default number, 512,512

> How did you set about the cropsize? Can you help me? Thank you.

> @Dreamgang @anzisheng > Meet the same issue.And have solved.There comes 2 issues: > > 1.AttentionRefinementModule(end_points['pool4'], n_filters=512), the n_filters value should be modified according to front end network ,but it's...

> You should definitely provide more information on the issue. > such as... > What kind of model and frontend did you use? > Did you modify the code? >...

the same problem as you~ I just use python2.7, but I want to know how to solve this problem with py3, thank you!

> In python3, map() is no longer return list, but iterators. A quick fix is to wrap map() in list(), e.g list(map(...)). You can try this, np.array([map(float,o_.split()[1:2*n_p+1])]) Thanks a lot....

> I have the pretrained model Could you please send the pretrained model with email ? [email protected], thanks a lot.,

Hi,@zhangyunming. I have the same problem with you. Have you dealed with it?

Did you solve this problem? I met the same one.

hello,everyone,so how to make our data set to train? Thank you.