我正在尝试使用yolo模型创建一个有关实时车辆分类的项目。执行此命令时
python flow --model cfg/tiny-yolo-voc-1c.cfg --load bin/tiny-yolo-voc.weights --train`
此错误弹出:
mm = mmap.mmap(fid.fileno(), bytes, access=acc, offset=start)
OSError: [WinError 8] Not enough memory resources are available to process this command
我曾经训练过的资源可以在https://github.com/markjay4k/YOLO-series
中找到