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 just have a quick clarification about the number of images you used in training. You mentioned using about 600K images for training. Could you please let me know if that means it was trained with 300K pairs (frame 1, frame 2) or that 600K pairs were used for training? Thank you so much!
The text was updated successfully, but these errors were encountered:
Okay, so I counted the number of possible pairs in each bounding box bucket for each subject and each activity. Number of possible pairs would be (num_frames choose 2). I end up with 800 million possible pairings. However, since the model is trained for a limited amount (around 30 epochs), there are roughly 30 epochs * 600k pairs seen during training. Keep in mind though that since it's video data, frame pairs that are close to each other in terms of timestamp have very little pixel-wise difference.
Hello,
I just have a quick clarification about the number of images you used in training. You mentioned using about 600K images for training. Could you please let me know if that means it was trained with 300K pairs (frame 1, frame 2) or that 600K pairs were used for training? Thank you so much!
The text was updated successfully, but these errors were encountered: