You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced published accuracies on three popular research benchmark datasets (CARS196, CUB200, and SOP).
Notebook added which shows how to train and evaluate the approaches on a custom dataset.
Detection:
Added Mask-RCNN functionality to detect and segment objects.
Added speed vs. accuracy trade-off analysis using the COCO dataset for benchmarking.
Improved visualization of e.g. predictions, ground truth, or annotation statistics.
Notebooks added which show how to: (i) run and train a Mask-RCNN model; (ii) evaluate on the COCO dataset; (iii) perform active learning via hard-negative sampling.
Keypoint:
New scenario.
Notebook added which shows: (i) how to run a pre-trained model for human pose estimation; and (ii) how to train a keypoint model on a custom dataset.