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
I am trying to train TalkNet on a different dataset but I don't understand how both CSV train_orig and train_loader work.
I have already seen #30 and #10. But I still don't get what some of the fields mean.
What do entity_id, label_id and instance_id mean?
A line in train_loader is, for instance: 8aMv-ZGD4ic_1500_1560:21 87 25.0. I guess 25 is fps an 87 is the number of frames in that clip. And 21, what does that represent?
How is train_loader generated from train_orig? Is there any code for that? Is it created somewhere in the provided code and I have not seen it?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to train TalkNet on a different dataset but I don't understand how both CSV train_orig and train_loader work.
I have already seen #30 and #10. But I still don't get what some of the fields mean.
Thanks in advance!
The text was updated successfully, but these errors were encountered: