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,I have testing one video, the length of the video is 33 seconds,but the result is very long .I output the result:dict_keys(['video-id', 't-start', 't-end', 'label', 'score']),but the value length of 'video_id' or 'label' is 276000.Is it because each frame of the image has multiple results?
The text was updated successfully, but these errors were encountered:
Did you test on your dataset? The predicted segments will be clamped in the range of video length (see here). It could be that your config file is incorrectly set.
Due to the different types of videos in various datasets, it is challenging to determine the transfer effects. It is recommended to retrain a model on your own dataset.
Hello,I have testing one video, the length of the video is 33 seconds,but the result is very long .I output the result:dict_keys(['video-id', 't-start', 't-end', 'label', 'score']),but the value length of 'video_id' or 'label' is 276000.Is it because each frame of the image has multiple results?
The text was updated successfully, but these errors were encountered: