something_else icon indicating copy to clipboard operation
something_else copied to clipboard

Code repository for the paper: 'Something-Else: Compositional Action Recognition with Spatial-Temporal Interaction Networks'

Results 14 something_else issues
Sort by recently updated
recently updated
newest added

Hi! I tried to train the model, and just a tiny question regarding the structure of the `--root_frames` directory. As instructed in README, I created a folder `frames` and inside...

hello,thank you for your work.could you tell me why the train.json and the validaton.json in total have 112798(54919+57876) items less then the bounding_box_smthsmth_part1-4.json's items 180049 and why the train.json'number and...

I am trying to reproduce the experiment numbers from Table 2 in the paper. I am trying to run STIN on the original SSv2 dataset. However, I get a KeyError,...

Hi, Thank you for sharing the nice work. Could you please provide the code for generating the four annotation files? Thank you for your time.

Thanks for your work, I have encountered some problems when I unpackyour files which google drive provided using winrar. Files like coord_latent_nl_compositional.pth.tar and gt_base_coord_latent_nl.pth.tar seem to be repaired because they...

Hello @joaanna @xiaolonw I am very to bother you.I want to konw wheather you are convenient to share me with the whole Annotations of box and objects of something-else. Thank...

Thanks for your wonderful work! I record some minor bugs as follows, 1. Could you provide the script for extracting frames? (I just used the script provided in [here](https://github.com/facebookresearch/SlowFast/blob/master/slowfast/datasets/DATASET.md#something-something-v2) with...

Thanks for your wonderful work. However, I cannot get the excepted results as reported in your paper. I post a log as follows, ``` Namespace(batch_size=72, ckpt='./ckpt/coord_512/', clip_gradient=5, coord_feature_dim=512, dataset='smth_smth', epochs=50,...

Thanks for your excellent work. I have noticed that the total number of annotated instance is 180049, which is less than the original something-something-v2 dataset (train + validation = 168913...

First of all, thank you for your excellent work! I notice that there are two different frames_list, coord_frame_list and frames_list. And they are obtained with different sampling strategies. I want...