vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything (SAM+SAM2), MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2.27k stars 239 forks source link

cant use GPU #139

Open yo-WASSUP opened 1 year ago

yo-WASSUP commented 1 year ago

thanks for your great work! but i cant use GPU in anylabeling-gpu error: [ WARN:30@1303.411] global net_impl.cpp:178 cv::dnn::dnn4_v20230620::Net::Impl::setUpNet DNN module was not built with CUDA backend; switching to CPU how can i fix it?

Kk875 commented 1 year ago

thanks for your great work! but i cant use GPU in anylabeling-gpu error: [ WARN:30@1303.411] global net_impl.cpp:178 cv::dnn::dnn4_v20230620::Net::Impl::setUpNet DNN module was not built with CUDA backend; switching to CPU how can i fix it? hello,Did you solve this problem?can you give me some advice?

anhalu commented 1 year ago

có ai fix cái này không ạ ? sao cuda, cudnn em vẫn bình thường mà nó vẫn bị chuyển sang cpu nhỉ

vietanhdev commented 1 year ago

@yo-WASSUP @Kk875 @anhalu Could you specify the model you used for labeling?

pvtoan commented 7 months ago

Hi @vietanhdev,

I used Segment Anything (ViT-L) but it also loaded to RAM (not GPU). Can you please check what the problem is?

Thank you!