-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About Evaluate.py #35
Comments
I have another question. I noticed that the demo uses the class LiveInfer:. How is this class different from the one used before? Why was it separated into its own class?😊 Hope to your reply , thank you! |
Hi, this is just used during inference, more compatible with frame-by-frame streaming inference. Instead, the training and evaluation are forward in parallel. |
Could you give the script you run? It seems that the frames are not properly passed. |
Hi,
code:
`
def joint_embed(
`
I found that when I run the evaluate.py code separately, it causes the frame to be None, which leads to entering the first if condition.
I want to ask if this is correct? Should it not enter this condition?
Process: I directly ran evaluate.py using the model you provided, and I just wanted to check the metrics :)
Hope to your reply , thank you!
The text was updated successfully, but these errors were encountered: