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
Hello, thank you for your excellent work.
I would like to ask, how can I generate pseudo-labels?
Could you provide the code for generating pseudo-labels?
The text was updated successfully, but these errors were encountered:
Thank you for your interest! The current repository is the chat version of our work, where we've integrated the pseudo-label generation code into the framework to enable one-step execution (although it may be slower than separate preprocessing), you can find it from VideoTGB/src/models/components/LSTP_SF_blip2_module.py on lines 194-219
Thank you so much! I'm pleasantly surprised by how quickly you replied. However, my GPU resources are limited, so I can only use the second training method. Based on your description: "step 1: generate the pseudo labels from the base-model, and extract the optical flow in advance", the first step of the second method involves generating pseudo labels. I’d like to know if you have the code for this step?
Hello, thank you for your excellent work.
I would like to ask, how can I generate pseudo-labels?
Could you provide the code for generating pseudo-labels?
The text was updated successfully, but these errors were encountered: