ding19980201
Results
1
comments of
ding19980201
` def inference_mot(model: nn.Module, img: np.ndarray, frame_id: int) -> SampleList: remove the "LoadImageFromFile" and "LoadTrackAnnotations" in pipeline test_pipeline = Compose(cfg.test_dataloader.dataset.pipeline[2:]) data = test_pipeline(data) ` problem is here pipline in the...