github facebookresearch/detectron2 v0.1.1

latest releases: v0.6, v0.5, v0.4.1...
4 years ago

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.

Don't miss a new detectron2 release

NewReleases is sending notifications on new releases.