IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.9k stars 199 forks source link

Install issue #316

Open zhangchbin opened 8 months ago

zhangchbin commented 8 months ago

Thanks for your time. I am installing detrex with developing mode, however, I encountered some issues. Here is my environment: torch=1.12.0_cuda11.3, CUDA11.3, GCC=5.4.0. I have installed detectron2 successfully, but there is some issues when installed detrex: Screenshot 2023-10-20 at 15 38 14

ma3252788 commented 8 months ago

I got the same problem

zhangchbin commented 8 months ago

I got the same problem

Is there any solution?

ma3252788 commented 8 months ago

I got the same problem

Is there any solution?

Not yet

zhangchbin commented 8 months ago

I got the same problem

Is there any solution?

Not yet

but I use the configuration of torch1.2.0_cuda11.6, cuda11.6 on another server and it works well. I am not sure what causes the install error.

ma3252788 commented 8 months ago

I got the same problem

Is there any solution?

Maybe it's cuda's problem? My environment here only supports 11.3, so I can't test cuda 11.6, but I can test torch 1.2, because I am currently trying at least torch 1.10

but I use the configuration of torch1.2.0_cuda11.6, cuda11.6 on another server and it works well. I am not sure what causes the install error.

zhangchbin commented 8 months ago

I got the same problem

Is there any solution?

Maybe it's cuda's problem? My environment here only supports 11.3, so I can't test cuda 11.6, but I can test torch 1.2, because I am currently trying at least torch 1.10

but I use the configuration of torch1.2.0_cuda11.6, cuda11.6 on another server and it works well. I am not sure what causes the install error.

According to their official announcement, cuda 11.3 is a feasible version.

zhangchbin commented 8 months ago

It works well when I use gcc-9.4. @ma3252788