论文Cascaded Human-Object Interaction Recognition论文以及代码
2022-10-20 09:07:31 20.91MB
1
Forecasting Human-Object Interaction: Joint Prediction of Motor Attention and Actions in First Person Video ECCV 2020 task:anticipating human-object interaction in first person videos
2022-04-06 03:11:25 6.4MB 论文阅读 深度学习
1
实时检测人与物体的相互作用 这是一个开放项目的仓库,可实时检测人与物体之间的相互作用,请参见我们的更多详细信息。 内容 要求 硬件 GPU:Titan,Titan Black,Titan X,K20,K40,K80,GTX 软件 您应该安装matlab来验证HOI-RT的训练结果。 您应该安装cuda,opencv和cudnn。 然后设置Makefile的1-3行: GPU=1 CUDNN=1 OPENCV=1 安装 克隆HOI-RT存储库首先,创建一个名为detection的新文件夹,然后cd detection && git clone --recursive git@github.com:lmingyin/HOI-RT.git 建立项目cd $HOI-RT && make -j8 加载训练后的模型加载已在vcoco和我们标记的数据集中进行训练。 并将模型放在检测文件夹中。 测试
1