yolo3 darknet.py问题-人工智能-CSDN问答
ask.csdn.net › questions › 914707Nov 02, 2019 · On a GPU system, you can force CPU evaluation by any of: - Set global variable DARKNET_FORCE_CPU to True. - Set environment variable CUDA_VISIBLE_DEVICES to -1. - Set environment variable "FORCE_CPU" to "true". To use, either run performDetect () after import, or modify the end of this file.