Zielon / metrical-tracker

Metrical Monocular Photometric Tracker [ECCV2022]
https://zielon.github.io/mica/
Other
319 stars 23 forks source link

Why modifying the batch_size cannot improve the speed #8

Closed duan348733684 closed 1 year ago

duan348733684 commented 1 year ago

Hi~ Thanks a lot for your great work.

Why modifying the batch_size cannot improve the speed. https://github.com/Zielon/metrical-tracker/blob/master/tracker.py#L688

it's too slow when optimize color.

duan348733684 commented 1 year ago

https://github.com/Zielon/metrical-tracker/blob/master/tracker.py #L654 can the code be changed to parallel?

Zielon commented 1 year ago

The current version supports only sequential processing.

pranavmalikk commented 1 year ago

@duan348733684 were you able to speed up this process? It took me 1 hour 15 minutes for the duda video clip! I'm wondering what ways can we speed this process up

emlcpfx commented 1 year ago

@pranavmalikk see https://github.com/Zielon/metrical-tracker/issues/18