actor-observer icon indicating copy to clipboard operation
actor-observer copied to clipboard

ActorObserverNet code in PyTorch from "Actor and Observer: Joint Modeling of First and Third-Person Videos", CVPR 2018

Results 10 actor-observer issues
Sort by recently updated
recently updated
newest added

Hi, I find that you use version0 under the folder datasets/labels, but when I download the CharadesEgo dataset I get the label of version1. What version do you use to...

Hi~ In the Charades and CharadesEgo dataset, one video always contains several actions. In the code, you divide the video into several clips according to the start and end time,...

Hi! What's the difference between “same person ”and "different person" in paper? ![image](https://user-images.githubusercontent.com/27202239/54086930-18f80a00-4389-11e9-964b-508b9d995e62.png)

Hi Gunnar, I was just wondering what "ResNet-152 Transfer" stands for. The papers said "It uses the Charades model to predict the activities in the third person video, and then...

Hi, how to fine-tune the model from the third-view dataset on the first-view dataset? I tried to directly fine-tune the trained model from https://github.com/gsig/charades-algorithms by using this script https://github.com/gsig/actor-observer/blob/master/exp/baseline_resnet152imagenet.py. However,...

Sorry to disturb you! Should` base_x` be replaced with `base_y`? `w_y = self.third_fc(base_x).view(-1) * torch.exp(self.third_scale)` And What does this function do? (in `tasks.py`) `def best_one_sec_moment(mat, winsize=6):` thank you!

The command I used is `python third_to_first_person.py.` and then with some problems 1. the CharadesEgo_val_video part always 0 samples loaded? cachefile ./caches/third_to_first_person//CharadesEgo_train.pkl Loading cached result from './caches/third_to_first_person//CharadesEgo_train.pkl' 516965 samples loaded...

The command I used is `python baseline_resnet152charades.py`. Thank you in advance! => using pre-trained model 'resnet152' loading pretrained-weights from /nfs.yoda/gsigurds/charades_pretrained/resnet_rgb.pth.tar Traceback (most recent call last): File "baseline_resnet152charades.py", line 38, in...

Hi, thank you for sharing this amazing code. How many GPUs are you used to train the model, and what type of the GPUs? Thank you in advance!