ACAR-Net
ACAR-Net copied to clipboard
[CVPR 2021] Actor-Context-Actor Relation Network for Spatio-temporal Action Localization
input a video, output spatio-temporal behavior detection video. Thank you very much
训练过程报错
``` [2022-05-05 23:18:34,655][ main.py][line: 280][ INFO] Epoch [1] Iter [53880/184378] Time 0.238 (0.412) Data 0.000 (0.192) Loss 0.0788 (0.0725) [2022-05-05 23:18:39,059][ main.py][line: 280][ INFO] Epoch [1] Iter [53900/184378] Time 0.296...
Hello, thank you very much for your work. How can I train my own data set with your method? I look forward to receiving your reply.
ACFB?
Does the code include the implementation of ACFB?
There is a quesiton about the loss.py line7: pose_logits = nn.Softmax(dim=1)(logits[:, :13]) line8: interact_logits = nn.Sigmoid()(logits[:, 13:])) The number of person pose is 14, Should the "13" in line7 and...
Is there any inference scripts on video files with out annotations?
Hi~ thanks for your great job! I noticed that you reported results with SlowFast R-101+NL as the backbone which was pretrained on K600. Is it the pretrained model from the...
Hi authors, Will we release it?
hello @junting @Siyu-C I am sorry to bother you. I have a problem with calc_mAP.py. In line 39, the parameter: capacity=0(capacity: Maximum number of labeled boxes allowed for each example....
Hi, this work is pretty cool ! I come across several problems when I use the repo. 1) What's the difference between ava_train_v2.2.pkl & ava_train_v2.2_with_fair_0.9.pkl ? What's the meaning of...