Junbo Wang

Results 2 comments of Junbo Wang

Got it! Thank you for the suggestion!

@ShirleyQSY Hi! If you still want to use VGGT for dense tracking, one possible approach I took is to process the pixels block-wise. ```python def run_VGGT(model, images, dtype, resolution=518): #...