pcan icon indicating copy to clipboard operation
pcan copied to clipboard

Inference on custom dataset

Open kartikgupta2607 opened this issue 2 years ago • 1 comments

Hey there, thank you for the great work! Is there any inference script using which we can run the pre-trained model on custom video (without ground truth) and get the output for the MOTS task (preferably instance_id masks for each frame)? I tried using the demo script from MMTracking, but there were dependency issues for the versions of MMCV and MMDet while using PCAN.

kartikgupta2607 avatar Jun 26 '22 16:06 kartikgupta2607

Hi, you can modify the dataloader here to let it read image sequence only from the video directories w/o reading the corresponding GT labeling. Or you can generate fake annotation GT to mimick the current GT format with empty mask and box labels.

lkeab avatar Jun 27 '22 01:06 lkeab