Shunta Saito
Shunta Saito
I'd like to add some semantic segmentation models. Possible candidates: - [ ] [Wider or Deeper: Revisiting the ResNet Model for Visual Recognition](https://arxiv.org/abs/1611.10080) - code: https://github.com/itijyou/ademxapp - [ ] [RefineNet:...
This PR adds a dataset class for human pose dataset [FLIC](https://bensapp.github.io/flic-dataset.html). It follows the convention of keypoint dataset like `CUBKeypointDataset`.
The function `mask_head_loss_pre` takes `gt_bboxes` as the 4th positional argument, but the docstring does not contain what this argument is. https://github.com/chainer/chainercv/blob/master/chainercv/links/model/fpn/mask_head.py#L171
- This PR resolves #41 (Fix the URL of tr_plus_indices.mat)
Resolves #19