github facebookresearch/detectron2 v0.1.2

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

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

Improvements:

Incompatible changes:

  • When loading a checkpoint with resume_or_load(), training states like optimizer, start_iter will only be loaded when resume is True and the last checkpoint is found. This matches users’ expectations better
  • .output_size in custom box head is renamed to .output_shape
  • anchor_generator no longer duplicates the anchors for each image
  • feature_strides and feature_channels attributes are removed from ROIHeads. Use the input argument input_shape instead.

New in DensePose:

Don't miss a new detectron2 release

NewReleases is sending notifications on new releases.