Junbong Jang
Junbong Jang
Dear all, 1. To get the segmentation, look for the "pred_polys" key among the output of the model in the following function in the detectron2/detectron2/evaluation/evaluator.py ``` inference_on_dataset(model, data_loader, evaluator) ```...
No Problem! @lkevinzc Thank you for your work. Your framework will be very useful for my future project.
Thank you! I also encountered the same problem but your solution fixed it.
I got better results after resizing or cropping reference image and densepose video to 512x512.