Some new features and more bug fix
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
andpocket.utils.draw_box_pairs
- Fix an issue related to multiprocessing (#32)
- Fix incorrectly implemented repr methods
- Other insignificant things