rhee
rhee
@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...
@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. `def smooth(v): l =...
@sunsiyang2015 First, check whether detection weight is right. Then, check evaluation code
Hi, Thank you for your advice! First, i use `"ffmpeg -i file -q:v 1 -r 10 -s 340*256 /img%05d.jpg"` to extract the image. But then I used the script written...
Thank you @demianzhang ! I used the newly extracted features and adopted the training model provided by the author [STPN](https://github.com/bellos1203/STPN), and the results was mAP@tIoU=0.5 = 0.156. Then I trained...
Reference:Non-local Neural Networks