Gigigi

Results 8 issues of Gigigi

The author commented out the update of the learning rate, why? thank u sir

Good job! Thank the author for contributing your work. May I ask the author can provide a link about THUMOS14 RGB data with Baidu yun link? This weiyun download is...

Hi, anybody. how to solve this problem?

Could the author provide ORAL PPT for reference?

where: label = np.reshape(label, (h, w, 1)) edge = np.reshape(edge, (h, w, 1)) question: Traceback (most recent call last): File "/home/PAKRN/main_SGL_KRN.py", line 556, in main(config) File "/home/PAKRN/main_SGL_KRN.py", line 498, in...

# 1) pip install torch==1.4.0+cu92 torchvision==0.5.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html # 2) 让 torch 的扩展脚本不要去读你的实际 8.9 export TORCH_CUDA_ARCH_LIST="7.5+PTX;7.0" # 也可只留 "7.5+PTX" # 3) 再到 DCNv2 目录编译 python setup.py build_ext --inplace 根据以上步骤即可解决编译问题。python安装3.7版本。