rouge012
rouge012
Hi! How can I solve the error "on.close() takes 1 positional arguments but 3 was given" when test?How can I properly use the pre-trained model for testing?
> > 我把actionClip放在finegym数据集上,train的时候为什么top1和top5都是个位数 > > 加载k400的预训练模型后好一些,但是识别效果一般,不如TSM 请问为什么加了多模态后,识别效果还会不如TSM呢?
> Hey @gaochen315, First of all thanks for sharing this great work. I am looking for executing this model directly on videos. Have you prepared script for that also ?...
> Yes, it is right. Thanks for your nice question! > > However, you can simply set the co-occurrence matrix by hand to enable the composite HOI of 'play basketball'....
> hi @rouge012, the co-occurrence matrix $A\in R^{N_v \times N_o} $ is a two dimension matrix, where Nv indicates the length of verb categories and No indicate the length of...
Hi! When I run the tools/Train_ATL_HICO.py. I got the below error: TypeError: head_to_tail_ho() takes 7 positional arguments but 9 were given Please help.
Thank You for the quick response! I had a new error when I run the tools/Train_ATL_HICO.py. : ValueError: The passed save_path is not a valid checkpoint: ./Weights/res101_faster_rcnn_iter_1190000 Please help. Thank...
Why is the total loss nan when I run Train_ATL_HICO.py? I have downloaded the hico_20160224_det dataset. I used Python3.7,Tensorflow 1.14.0 and Cuda11.1  Please help. Thank You!
Thank You for the quick response! I found it is nan after two hundreds of iterations. I didn't download the V-COCO dataset, does it have anything to do with this?