Closed wzf2022 closed 1 year ago
Hi, thanks for running our demo!
In CO3D, the square cropped images may come with padded regions. The padded region may abruptly cut off an object (when the object is cut off in the original smartphone video capture). Therefore, we must mask our predicted results with the padded region properly to match the padding on the ground truth images. This valid region correspond to 'valid_region':frame_data.mask_crop
in the CO3D dataloader.
Closing due to inactivity. Feel free to reopen.
Hi, I've run demo.py without modifications, and the results are close to the figures mentioned in the paper. And one warning is that 'this metric is used for debugging only and not the final metric'. I wonder how can I get the final metric?Thanks!