MiksVasiljevs
MiksVasiljevs
Not sure whether you already tried this, but this helped me resolve compile issues for a 3080: https://github.com/CharlesShang/DCNv2/issues/57#issuecomment-618176625
The following docker image seems to compile DCNv2 fine but then fails the testcuda part for me (RTX 3080, Drivers 460.84). Running inference in applications that require DCNv2 works fine...
> hi @angela804 @cayuso-skylark Are you using the latest code from the official YOLOv6 project? You can refer to this line : https://github.com/meituan/YOLOv6/blob/d512ce7c4f103e8887960198505518bed404abdc/yolov6/core/engine.py#L189C51-L189C51 Hi @Chilicyy On the segmentation branch, it...