Bhargava Ram

Results 4 comments of Bhargava Ram

@hukangrong were you able to solve the issue you had with **ImportError: No module named annotations**? I have the same issue and I see the problem is due to missing...

@hukangrong I did the same thing you did. I compiled annotations.pyx file to create annotations.so. This resolved the ImportError. Thanks.

@Liu6697 I think the problem is with what `enumerate(self.train_loader)` returns. If you notice, for city scapes dataset, `__getitem__(...)`method in `CitySegmentation` class returns `(img, mask)`. But in Pascal VOC data loader...

Possible duplicate of #11. You can check out PR #12 which is not yet merged.