lxycopper / PLU

The implementation of PLU
Apache License 2.0
19 stars 0 forks source link

Your detection2 is missing the code required for building #2

Open lzylzylzy123456 opened 10 months ago

lzylzylzy123456 commented 10 months ago

Your detection2 lacks the necessary code for building, which can cause errors such as/home/dgp/code/PLU/detection2/layers/csrc/vision. cpp: 4:10: fatal error: ROIAlign/ROIAlign. h: No such file or directory

4 | # include "ROIAlign/ROIAlign. h"

|^~~~~

Compilation terminated

Error: command '/usr/bin/gcc' failed with exit code 1
Screenshot from 2023-12-01 11-17-46 Screenshot from 2023-12-01 11-18-03 Detectron2 was only successfully installed after I added the necessary code!

lxycopper commented 1 month ago

Thanks for your issue, I will check it.