-
I get an error on Android 6.0.1 saying that there was an error with the "Android Camera", (the message is in German, but it may translate to:
Unfortunately there was an error with the Android-Camera.…
-
I want to use flowNet 2.0 for training a two stream model for action detection (spatio-temporal localization), I want to achieve real time performance, I have 2 questions:
1. Which network do you r…
-
I've run and read your code, an excellent work. Have you realized your online real-time testing code, that is, given a video, frames are fed into the model by order and corresponding detection results…
-
Can i run the test code on untrimmed videos.
-
**TL;DR** There is an edit at the bottom of this post highlighting what is going on because a lot has changed over many discussions, and better alternatives are being explored.
You may want to grab…
-
Hi,Limin.
I want to reproduce the result of temporal action detection. I found following file is needed.
('~/code/temporal-segment-networks/THUMOS14_evalkit_20150930/test_score.mat')
I guess this f…
-
Hi@kenshohara ,
in the opts.py ,whether I can change temporal duration of inputs in parser.add_argument('--sample_duration', default=16, type=int, help='Temporal duration of inputs'),like 32 frames,6…
-
Hi, yjxiong,
I realized that your group has released the pretrained models of Kinectics.
But I couldn't find the caffe training prototxts for transfer learning from the pretrained models.
Are you…
-
Thank you very much, I benefit a lot from reading your codes. In Section 3.3, you have pointed out the L1-norm is conducted upon the label vector. However, in the code https://github.com/yjxiong/caffe…
-
Hi, Limin
"We do not have precise temporal annotations of action instances in training" in the paper.
But, as far as I know, Test_Data or Validation_Data has annotations in THUMOS2014. …