git clone https://github.com/YueLiao/PPDM.git $PPDM_ROOT Install pytorch0.4.1. conda install pytorch=0.4.1 cudatoolkit=9.0 torchvision -c pytorch Install the requirements. pip install -r requirements.txt Compile deformable convolutional (fromDCNv2). ...
开源| CVPR2020|PPDM在Titan XP GPU上可以达到37 fps,表现SOTA 论文地址:http://arxiv.org/pdf/1912.12898v3.pdf代码:https://github.com/yueliao/ppdm来源:北京航空航天大学 本文提出了一种single-stage的人-物体交互(HOI)检测方法。该方法在一个Titan XP GPU上以37 fps的速度对HICO-DET数据集进行检测,性能...
尝试watchpoints 我在GitHub 上开发维护了watchpoints,并在 Apache 2.0 许可下发布了它。安装并使用它,当然也欢迎大家做出贡献。 via: https://opensource.com/article/21/4/monitor-debug-python 作者:Tian Gao 选题:lujun9972 译者:geekpi 校对:wxy 本文由 LCTT 原创编译,Linux中国 荣誉推出 欢迎遵照 CC-BY-...