Skip to content

v0.1.1

Compare
Choose a tag to compare
@ppwwyyxx ppwwyyxx released this 05 Mar 18:32

Incompatible changes about head design:

  • Mask head and keypoint head now include logic for losses & inference. Custom heads should overwrite the feature computation by layers() method.
  • _forward_{box,mask,keypoint} methods of StandardROIHeads now accept dict of features.

This release is made to be compatible with such changes in projects (Mesh R-CNN, PointRend, etc)

Other additional features:

The pre-built wheels for this version have to be used with an official binary release of PyTorch 1.4.