博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
couldn't open file: data/coco.names
阅读量:6463 次
发布时间:2019-06-23

本文共 307 字,大约阅读时间需要 1 分钟。

在ubuntu下配置yolo(v2)的时候,编译了源码后,尝试运行demo:

./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg

结果报错提示:

couldn't open file: data/coco.names

google上找不到同样的问题。那就是我的使用方式有问题了。

因为ubuntu上临时无法上网,从windows上用git clone下载的darknet的源码。然后vim查看了下源码文件,果然,都是dos格式的。

果断弃坑。从windows系统上,到github的darknet上,下载zip包,然后拷贝到ubuntu下安装。问题解决。

转载地址:http://wjhzo.baihongyu.com/

你可能感兴趣的文章