wuxie
Results
1
comments of
wuxie
model = fd.vision.detection.YOLOv8(...) # model.preprocessor.use_cuda(True, 0) # CPU model.preprocessor.use_cuda(False, 0) # CUDA model.preprocessor.use_cuda(True, 0) # CVCUDA 请问你这样使用可以吗?