-
Notifications
You must be signed in to change notification settings - Fork 26
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
ActivityNet 1.2 feature #1
Comments
@sujoyp @zhenyingfang Hi! Recently, I re-implemented the code of W-TALC on ActivityNet v1.2. I obtain the classification mAP of 94% on ActivityNet v1.2. But the detection performance is bad. Why is that? Is it parameter setting? |
@Rheelt We smoothened the output of our model before applying the threshold for detection in ActivityNet1.2. Good to hear that you obtained better results than what we reported in the paper. @zhenyingfang you can find the features in the link under the Data section. |
@sujoyp Thanks for your reply. I appreciate your help very much. I downloaded the features of ActivityNet v1.2. I used the following Settings to get [email protected]=16.62. |
@Rheelt we actually used the savgol_filter, which is already there in the smooth() function of detectionMAP.py |
hi, when I train on ActivityNet v1.2. the I got mIOU is nan. |
hi, when I train on ActivityNet v1.2. the I got mIOU is nan.
hi, when I train on ActivityNet v1.2. the I got mIOU is nan. |
@sunsiyang2015 First, check whether detection weight is right. Then, check evaluation code |
I use the reference evaluation code as same as detectionMAP.py |
I use the reference evaluation code as same as detectionMAP.py, but the result is nan. |
@sujoyp Hi ! Thanks for your excellent work. Can you share the parameter (window length) of savgol_filter? |
Hi, will you release the feature of ActivityNet 1.2?
The text was updated successfully, but these errors were encountered: