v0.2
Features & Improvements:
- Support constructing objects with either configs or explicit arguments. As an example, the entire Mask R-CNN can be built without using configs
- Rename
TransformGentoAugmentationand keepTransformGenas an alias. Design the interface ofAugmentationso that it can access arbitrary custom data types. See augmentation tutorial for details. - Improve speed of
COCOEvaluatorby about 3x - Support LVIS v1 dataset
- Support GIoU loss in RPN and R-CNN
- Support auto-scaling of batch size and learning rate in
DefaultTrainer. See cfg.SOLVER.REFERENCE_WORLD_SIZE
Pre-built Linux binaries are provided for the following environment:
| CUDA | torch 1.5 | torch 1.4 |
|---|---|---|
| 10.2 | install | |
| 10.1 | install | install |
| 10.0 | install | |
| 9.2 | install | install |
| cpu | install | install |