Wentao Bao
Wentao Bao
@kennymckormick How about this CVPR 2021 work: [https://github.com/TencentYoutuResearch/ActionDetection-AFSD](https://github.com/TencentYoutuResearch/ActionDetection-AFSD)?
@Emadeldeen-24 Thank you very much! I'll have a try~~
@arundasan91 @junshi15 I'm grateful for your guidance, I'll have a try~~
Not solved yet. The three main softwares (Caffe/Hadoop/Spark) can be seperately installed on TK1 board, but after they were all installed, the operation system became too slow to operate and...
@yanx27 You can try to export the cuda 9.0 path to the environment variable `LD_LIBRARY_PATH`, like this: ` export LD_LIBRARY_PATH="/usr/local/cuda-9.0/lib64" `
@zhaoweicai Well, thanks for your confirmation on the sampling method. The colors in the upper figures mean training/testing. I'll check my re-implementation in detail.
@DoufuX @xiaowenmasfather The error related to dimension is caused by incorrect `torch_geometric` version. I used the latest `torch_geometric==4.2.2` and had the same error as yours. You need to change all...
Which version of mmaction did you use? You may need to check if you were following the `mmaction2==v0.9.0` installation instruction here: [https://github.com/open-mmlab/mmaction2/blob/v0.9.0/docs/install.md](https://github.com/open-mmlab/mmaction2/blob/v0.9.0/docs/install.md)
@syjxxxx Seems like you forgot to execute the `bash run_get_threshold.sh 0 edlnokl_avuc_debias 2`, which will generate the missing file you need :)
You can double-check if the file exist or not in your system. If exists, then it's likely that you are not executing the command in the directory `experiments/i3d`. If not...