Skip to content

Some new features and more bug fix

Compare
Choose a tag to compare
@fredzzhang fredzzhang released this 01 Feb 03:14
· 44 commits to master since this release

This will be the last release based on PyTorch 1.1.0.

Update log:

  • Implement new class pocket.data.DatasetConcat to allow joining multiple datasets
  • Allow single box (pair) in pocket.utils.draw_boxes and pocket.utils.draw_box_pairs
  • Fix an issue related to multiprocessing (#32)
  • Fix incorrectly implemented repr methods
  • Other insignificant things