Openpifpaf Versions Save

Official implementation of "OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association" in PyTorch.

v0.13.11

1 year ago
  • minor loss bugfix

v0.13.10

1 year ago
  • refactored loss components, no change in output

v0.13.9

1 year ago
  • minor fixes
  • remove double soft-clamp applied to Scale losses, now this clamp is applied within the components

v0.13.8

1 year ago
  • PyTorch 1.13.1 and TorchVision 0.14.1
  • configurable evaluator
  • train --out accepts a directory and auto-adds filename (#587)

v0.13.7

1 year ago
  • PyTorch 1.13.0 and TorchVision 0.14.0

v0.13.6

1 year ago
  • compatibility fixes (Pillow, pycocotools)
  • CI: new scheduled tests

v0.13.5

1 year ago
  • PyTorch 1.12.1 and TorchVision 0.13.1
  • factor out openpifpaf_extras
  • versioneer 0.21 -> 0.23

v0.13.4

1 year ago
  • restrict protobuf version
  • compatibility for future PIL versions
  • patch for pretrained MobileNetv3 models

v0.13.3

2 years ago
  • fixes for Python 3.10
  • use relative paths for cpp_extension source files

v0.13.2

2 years ago
  • add zip source distribution to PyPi for Windows
  • upgrade to torch==1.11.0 and torchvision==0.12.0
  • add "suggest edit" button to Guide