shizi626

Results 2 issues of shizi626

I dived into source code and found that in `pattern\text\en\wordnet\__init__.py` when trying get necessary corpora of nltk, the code(as below) doesn't handle `zipfile.BadZipFile: File is not a zip file` error...

When using relation heads (lib\scene_parser\rcnn\modeling\relation_heads\relation_heads.py) to predict relations with **ground truth** bounding box in training phrase, I got a weird error in [here](https://github.com/jwyang/graph-rcnn.pytorch/blob/master/lib/scene_parser/rcnn/modeling/relation_heads/relation_heads.py#L145) ``` File "/home/graph-rcnn.pytorch-master/lib/scene_parser/rcnn/structures/boxlist_ops.py", line 123, in cat_boxlist...