You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am hoping to finetune the UniDepth model to a specific video. I tried finetuning all layers of the decoder but it is still relatively slow. Do you have any recommendations for which layers to finetune to minimize training time? Thank you!
The text was updated successfully, but these errors were encountered:
I think that you can finetune only the latest layers, namely the self.ups in the depth head and the final projections, namely self.depth_mlp (and optionally self.confidence_mlp.
Hi, I am hoping to finetune the UniDepth model to a specific video. I tried finetuning all layers of the decoder but it is still relatively slow. Do you have any recommendations for which layers to finetune to minimize training time? Thank you!
The text was updated successfully, but these errors were encountered: