jiangxiluning / FOTS.PyTorch

FOTS Pytorch Implementation
BSD 3-Clause "New" or "Revised" License
643 stars 194 forks source link

fatal error: torch/extension.h: No such file or directory #89

Closed limaries30 closed 2 years ago

limaries30 commented 2 years ago

When I run bash build.sh, I get

rroi_align_kernel.cu:1:10: fatal error: torch/extension.h: No such file or directory
    1 | #include <torch/extension.h>

How to resolve this problem?

cloudfool commented 2 years ago

Hi, I met the same problem, do you have any advice?