Closed DungVo1507 closed 3 years ago
Thanks for viewing my issue, @tianyu0207 I have 4 questions that I hope you can explain:
- After obtaining X, the snippets have been divided into 2 groups normal and abnormal, right?
- In the Select Top-k snippets stage, do you select k snippets from both the normal and the abnormal groups, or will each group select k snippets?
- Assuming k = 3, in case a video has less than 3 abnormal or normal snippets, how will RTFM choose?
- When the input is normal video, how will the RTFM-enabled Snippet Classifier Learning stage classify?
Hi,
- pseudo
Hard normal will be the snippets that are similar to abnormal events. Pseudo abnormal means there may be snippets that are not actual abnormal because we try to select abnormal instances from the abnormal bag. There are no snippet-level labels. I don't quite understand your second question. Sorry..
Thank you so much @tianyu0207, The second question means: you say each batch will have the same number of normal and abnormal videos, so the number of normal and abnormal videos in the dataset should be equal right? If each batch will have the same number of normal and abnormal videos, is the drawing of how RTFM works I attached below correct?
I hope you will reply! Appreciate your support!
Thank you so much @tianyu0207, The second question means: you say each batch will have the same number of normal and abnormal videos, so the number of normal and abnormal videos in the dataset should be equal right? If each batch will have the same number of normal and abnormal videos, is the drawing of how RTFM works I attached below correct?
I hope you will reply! Appreciate your support!
each batch has the same number of normal and abnormal videos does not necessarily mean you have the equal number of videos in the dataset. you just sample evenly for each batch.
Hi I reckon Your figure is correct.
Thanks for viewing my issue, @tianyu0207 I have 4 questions that I hope you can explain: