Mark Loyman
Results
1
comments of
Mark Loyman
The correct way to combine usage of detector model and pose model is with `mmpose.utils.adapt_mmdet_pipeline`: `det_model.cfg = adapt_mmdet_pipeline(det_model.cfg)` which converts pipeline types in MMDetection's test dataloader to use the 'mmdet'...