Open jianglh-WHU opened 2 months ago
Hi, Our preprocessing scripts do not multiply the image by the mask before feature extraction, masks are used for optimization. However, the images we provide for our datasets are multiplied by the masks for privacy reasons.
@ameuleman Hi, Colmap has a option in feature extraction to mask out key points in mask region, do you use this option or just run Colmap on raw images without any mask?
We do not set mask_path
when calling colmap
Hello~ I wanna ask a question about the preprocess. Do you multiply the mask onto the image before feature extraction if there is a mask folder?