Results 7 comments of zhaoju

Thanks. But I have another question. I think the preprocessing file 'generate_json_mask.py' doesn't not generate a masklist txt. After that, you try to use this '/home/code/panhongyu/datasets/coco/masklist/train2017.txt', which seems not exist.

Besides abovementioned, I tried the code in visualize_input.ipynb. It seems that the CocoFolder.py doesn't generate correct heatmaps. Is that my problem or maybe your code of Mytransforms.py doesn't coordinate with...

@KaiWU17TUM , I met the same situation. In some pictures, the model I trained using this code would predict a lot of random blue points. I wonder where the bug...

I met the same problem. It seems that the data augmentation codes don't work well. Can you check it? @ZijunDeng

@littlebelly , can you get a successful training result? Do you change any of author's codes?

@littlebelly thank you for your reply. I changed the codes and remove the slice operation. But I still meet a problem in the model. ![error](https://user-images.githubusercontent.com/570646/34934656-3ba5488c-fa16-11e7-924b-462d8dac3337.png) Have you meet this error...

@iliadsouti It really works, thank you very much.